Skip to content

Commit

Permalink
build: increase max heap memory to 5GB
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Oct 21, 2024
1 parent 889319e commit fe58ba4
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 @@ -17,4 +17,4 @@ org.gradle.caching=true
org.gradle.parallel=true
org.gradle.warning.mode=all
org.gradle.logging.level=info
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx5G -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8

0 comments on commit fe58ba4

Please sign in to comment.