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
{{ message }}
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
This is a follow up to #4 since the solution proposed there isn't ideal for us. Our keys are generally small and the values are big which matches OFFHEAP_VALUES best so OFFHEAP_TIERED isn't ideal for us. We also use a 2 day retention policy.
Our issue in particular is that we exceed our memory capacity and are being killed by the system.
Ideally, we'd like to see a way to set a max memory usage so that we aren't being killed by the system.
This is a follow up to #4 since the solution proposed there isn't ideal for us. Our keys are generally small and the values are big which matches
OFFHEAP_VALUESbest soOFFHEAP_TIEREDisn't ideal for us. We also use a 2 day retention policy.Our issue in particular is that we exceed our memory capacity and are being killed by the system.
Ideally, we'd like to see a way to set a max memory usage so that we aren't being killed by the system.