Skip to content

Commit

Permalink
update deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Sep 17, 2023
1 parent c6c9bec commit c341a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@
<sourceLevel>11</sourceLevel>
<failOnError>true</failOnError>
<jvmArgs>
<jvmArg>-Xms6144m</jvmArg>
<jvmArg>-Xmx8192m</jvmArg>
<jvmArg>-Xms2048m</jvmArg>
<jvmArg>-Xmx4096m</jvmArg>
</jvmArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit c341a7d

Please sign in to comment.