Skip to content

Commit

Permalink
chore(pom): fix unrecognized VM option 'MaxPermSize=256m'
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed May 15, 2024
1 parent e10bc87 commit 99c746b
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 @@ -91,7 +91,7 @@
<configuration>
<forkCount>3</forkCount>
<reuseForks>true</reuseForks>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
<argLine>-Xmx1024m</argLine>
<properties>
<property>
<name>junit</name>
Expand Down

0 comments on commit 99c746b

Please sign in to comment.