You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using cachelib to create a caching service. For the moment, my use of cachelib is quite simple and quite similar to what's adviced in the documentation ("Getting started with Cache library"). I would like to be able to dynamically resize my entire cache (and so triggering eviction if reducing cache size under current usage) without deleting and restarting the whole cache. In particular, I would like to be able to do it manually, controlling the expected cache size myself.
Is there any way to do so using cachelib?
I've seen that I can shrink and grow individual Memory pools but it guess it only work in the cache total size limit...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using cachelib to create a caching service. For the moment, my use of cachelib is quite simple and quite similar to what's adviced in the documentation ("Getting started with Cache library"). I would like to be able to dynamically resize my entire cache (and so triggering eviction if reducing cache size under current usage) without deleting and restarting the whole cache. In particular, I would like to be able to do it manually, controlling the expected cache size myself.
Is there any way to do so using cachelib?
I've seen that I can shrink and grow individual Memory pools but it guess it only work in the cache total size limit...
Thanks a lot in advance !
Beta Was this translation helpful? Give feedback.
All reactions