sabbey37 commented on a change in pull request #6456:
URL: https://github.com/apache/geode/pull/6456#discussion_r632094272
##########
File path:
geode-apis-compatible-with-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/server/MemoryStatsNativeRedisAcceptanceTest.java
##########
@@ -31,7 +31,7 @@ public int getPort() {
@Override
public void configureMemoryAndEvictionPolicy(Jedis jedis) {
- jedis.configSet("maxmemory", "2000000");
+ jedis.configSet("maxmemory", "18000000");
Review comment:
Is there any reason we chose 18,000,000? Locally it passes with
10,000,000. I guess it doesn't really matter though as long as there's no
negative impact to having a larger max memory.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]