Re: Proposal: new Geode property CRITICAL_HEAP_PERCENTAGE

2021-02-26 Thread Darrel Schneider
From: Raymond Ingles Sent: Friday, February 26, 2021 11:05 AM To: dev@geode.apache.org Subject: Proposal: new Geode property CRITICAL_HEAP_PERCENTAGE The Geode Redis Compatibility code is working to emulate the Redis eviction policy “noevict”; when memory fills up, the server refuses new w

Re: Proposal: new Geode property CRITICAL_HEAP_PERCENTAGE

2021-02-26 Thread John Blum
://docs.spring.io/spring-data/geode/docs/current/api/org/springframework/data/gemfire/config/annotation/PeerCacheApplication.html#criticalHeapPercentage-- From: Raymond Ingles Sent: Friday, February 26, 2021 11:05 AM To: dev@geode.apache.org Subject: Proposal: new Geode

Proposal: new Geode property CRITICAL_HEAP_PERCENTAGE

2021-02-26 Thread Raymond Ingles
The Geode Redis Compatibility code is working to emulate the Redis eviction policy “noevict”; when memory fills up, the server refuses new write commands until deletion or expiration has cleared space. Right now, part of the implementation is calling