sabbey37 commented on a change in pull request #6415:
URL: https://github.com/apache/geode/pull/6415#discussion_r627451475



##########
File path: 
geode-assembly/geode-assembly-test/src/main/java/org/apache/geode/session/tests/ServerContainer.java
##########
@@ -128,7 +128,7 @@ public ServerContainer(ContainerInstall install, File 
containerConfigHome,
     configuration.setProperty(GeneralPropertySet.LOGGING, loggingLevel);
     // Removes secureRandom generation so that container startup is much faster
     configuration.setProperty(GeneralPropertySet.JVMARGS,
-        "-Djava.security.egd=file:/dev/./urandom -Xmx128m -Xms64m");
+        "-Djava.security.egd=file:/dev/./urandom -Xmx256m -Xms128m");

Review comment:
       Looks good and seems to pass consistently!  I think we can leave the 
`-Xms` at 64 though.




-- 
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]


Reply via email to