Is there anyway I can just turn off the in-memory cache when initialising hybrid cache? #1042
-
I wanted to measure the performance of my system when the cache hits are powered from Disk. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm afraid there isn't one at the moment. The in-memory cache also serves request deduplication and some other functionalities. I suggest a low value for memory capacity for testing. This will bring some overhead, but if your remote storage is a system like AWS S3, such overhead is negligible. |
Beta Was this translation helpful? Give feedback.
I'm afraid there isn't one at the moment. The in-memory cache also serves request deduplication and some other functionalities. I suggest a low value for memory capacity for testing. This will bring some overhead, but if your remote storage is a system like AWS S3, such overhead is negligible.