Skip to content

Commit

Permalink
chore: remove MaxPermSize JVM arg in gradle.properties (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo authored Oct 4, 2024
1 parent 31436c5 commit 1733aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ aws-advanced-jdbc-wrapper.version.subminor=0
snapshot=false
nexus.publish=true

org.gradle.jvmargs=-Xmx16384m -Xms8096m -XX:MaxPermSize=128m -XshowSettings:all
org.gradle.jvmargs=-Xmx16384m -Xms8096m -XshowSettings:all

0 comments on commit 1733aa1

Please sign in to comment.