Skip to content

Commit f4a8c59

Browse files
committed
Bug 37207875 - Build: Intermittent failure in PubSubTests due to OOM
(merge ce/main -> ce/24.09 112124) [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v24.09/": change = 112126]
1 parent 3bc4be6 commit f4a8c59

File tree

1 file changed

+1
-1
lines changed
  • prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics

1 file changed

+1
-1
lines changed

prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics/BaseTopicsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static ClosableCluster createCluster(String sClusterName, Version version, int c
117117
LocalHost.only(),
118118
IPv4Preferred.yes(),
119119
JvmOptions.include("-XX:+ExitOnOutOfMemoryError", "-XX:HeapDumpPath=" + file.getAbsolutePath()),
120-
HeapSize.of(64, HeapSize.Units.MB, 512, HeapSize.Units.MB, true),
120+
HeapSize.of(64, HeapSize.Units.MB, 1, HeapSize.Units.GB, true),
121121
StabilityPredicate.of(CoherenceCluster.Predicates.isCoherenceRunning()),
122122
Timeout.after(5, TimeUnit.MINUTES),
123123
m_testLogs);

0 commit comments

Comments
 (0)