Skip to content

Commit

Permalink
Set heap size for Gradle daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
asodja committed Oct 28, 2024
1 parent 9d1c663 commit e886cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
profiler.version=0.22.0-SNAPSHOT
org.gradle.jvmargs=-Xmx3100m -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.unsafe.configuration-cache=false
Expand Down

0 comments on commit e886cb3

Please sign in to comment.