Skip to content

Commit

Permalink
fix: fix the config in e2e remoting
Browse files Browse the repository at this point in the history
Signed-off-by: wangxye <[email protected]>
  • Loading branch information
wangxye committed Oct 31, 2023
1 parent 55c8d87 commit 19a8c44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions java/e2e-v4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
<rerunFailingTestsCount>1</rerunFailingTestsCount>
<skipAfterFailureCount>1</skipAfterFailureCount>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<argLine>-Xmx1024m -XX:MaxMetaspaceSize=256m</argLine>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
Expand Down

0 comments on commit 19a8c44

Please sign in to comment.