This is an automated email from the ASF dual-hosted git repository.

khowe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new a89fce1  GEODE-3999: Prevent prematurely running out of heap (#1078)
a89fce1 is described below

commit a89fce1582ffc79ac9fd72bd3e840df26e83d0d6
Author: Kenneth Howe <[email protected]>
AuthorDate: Mon Nov 20 13:25:08 2017 -0800

    GEODE-3999: Prevent prematurely running out of heap (#1078)
    
    The heap size for test014GemFireServerJvmProcessTerminatesOnOutOfMemoryError
    is marginally increased from 10M to 12M. This should allow sufficient
    memory to start the servers, but not so much that the test takes too long
    to force the OutOfMemoryError.
---
 .../internal/cli/commands/LauncherLifecycleCommandsDUnitTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-assembly/src/test/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommandsDUnitTest.java
 
b/geode-assembly/src/test/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommandsDUnitTest.java
index 80067ce..df241d1 100644
--- 
a/geode-assembly/src/test/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommandsDUnitTest.java
+++ 
b/geode-assembly/src/test/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommandsDUnitTest.java
@@ -986,7 +986,7 @@ public class LauncherLifecycleCommandsDUnitTest extends 
CliCommandTestBase {
         pathname + TIMESTAMP.format(Calendar.getInstance().getTime()));
     command.addOption(CliStrings.START_SERVER__SERVER_PORT, 
String.valueOf(serverPort));
     command.addOption(CliStrings.START_SERVER__USE_CLUSTER_CONFIGURATION, 
Boolean.FALSE.toString());
-    command.addOption(CliStrings.START_SERVER__MAXHEAP, "10M");
+    command.addOption(CliStrings.START_SERVER__MAXHEAP, "12M");
     command.addOption(CliStrings.START_SERVER__LOG_LEVEL, "config");
     command.addOption(CliStrings.START_SERVER__DIR, 
workingDirectory.getCanonicalPath());
     command.addOption(CliStrings.START_SERVER__CACHE_XML_FILE,

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to