Skip to content

Commit 77bf9a0

Browse files
nikhil-ctdssrinath-ctds
authored andcommitted
[improve][test] Increase java memory in mvn tests
1 parent 89919b6 commit 77bf9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ flexible messaging model and an intuitive client API.</description>
16691669
<groupId>org.apache.maven.plugins</groupId>
16701670
<artifactId>maven-surefire-plugin</artifactId>
16711671
<configuration>
1672-
<argLine>${testJacocoAgentArgument} -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${testHeapDumpPath} -XX:+ExitOnOutOfMemoryError -Xmx2G -XX:+UseZGC
1672+
<argLine>${testJacocoAgentArgument} -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${testHeapDumpPath} -XX:+ExitOnOutOfMemoryError -Xmx3G -XX:+UseZGC
16731673
-Dpulsar.allocator.pooled=true
16741674
-Dpulsar.allocator.leak_detection=Advanced
16751675
-Dpulsar.allocator.exit_on_oom=false

0 commit comments

Comments
 (0)