Skip to content

Commit

Permalink
gradle.properties: expand the Gradle Daemon's max pool memory to 2GB
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 19, 2025
1 parent df106c8 commit 7063223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ artifact = jolt-jni
#target = MacOSX64
#target = MacOSX_ARM64
#target = Windows64

# JVM arguments for the Gradle Daemon
org.gradle.jvmargs=-Xmx2g

0 comments on commit 7063223

Please sign in to comment.