Files
linux-workspace/conf/gradle.properties
Martin Blazik 772e0bea0d Gradle limits
2021-09-02 12:07:25 +02:00

10 lines
219 B
Properties

# $HOME/.gradle/gradle.properties
# Alternative
# export GRADLE_OPTS="-Dorg.gradle.workers.max=$[$(nproc) - 2] -Dorg.gradle.priority=low"
org.gradle.workers.max=6
org.gradle.jvmargs=-Xmx3048m
org.gradle.priority=low