Skip to content

Commit

Permalink
Merge branch '7.2.x' into 7.3.x by mjsax
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Dec 11, 2023
2 parents f02314e + 39ae29f commit c399781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
<log4j.configuration>file:${project.basedir}/../ksqldb-test-util/src/main/resources/log4j.properties</log4j.configuration>
</systemPropertyVariables>
<argLine>-verbose:gc -Xloggc:"${project.build.directory}/gc.log"</argLine>
<argLine>-Duser.timezone=UTC</argLine>
<argLine>-Duser.timezone=UTC -Xmx1g -Xms1g</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c399781

Please sign in to comment.