Set max heap to 1.5G across all java projects. Inspection via VisualVM found 1G to be a little too aggressive, while 2G seemed overkill. In any case a full build now can reuse a single GradleDaemon instance instead of three.
2 lines
29 B
INI
2 lines
29 B
INI
org.gradle.jvmargs=-Xmx1536m
|