Handling eviction objects

Hi,

I do have a aerospike set up. Is there a way to catch the evicted objects(both key/value pair) so that we can store them in another cache. Is it possible?

If you had another cache shouldn’t you just allocate that extra memory to Aerospike, and extend the storage you have before evictions are reached?

You should work on proper capacity planning. If you’re breaching the memory high watermark regularly you need more DRAM on a permanent basis. It might be time to add another node to your cluster. Alternatively, if you have enough nodes you should be able to raise the high-water-memory-pct as long as you have enough free space to handle a node going down.