Skip to content

Commit

Permalink
Increasing metaspace size (but not unlimited)
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Aug 2, 2024
1 parent 1dfa42a commit 26d2c96
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 @@ -11,5 +11,5 @@
# Expiring Daemon because JVM heap space is exhausted
# Expiring Daemon because JVM heap space is exhausted
# Daemon is stopping immediately JVM garbage collector thrashing and after running out of JVM memory and after running out of JVM memory
org.gradle.jvmargs=-Xss16M -Xms512M -Xmx2G -XX:MaxMetaspaceSize=unlimited
org.gradle.jvmargs=-Xss16M -Xms512M -Xmx2G -XX:MaxMetaspaceSize=512M

0 comments on commit 26d2c96

Please sign in to comment.