mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-21 23:19:54 +00:00
Limit build memory usage
This commit is contained in:
parent
e2c0cbd0ef
commit
50472f731c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
# The setting is particularly useful for tweaking memory settings.
|
||||
# Default value: -Xmx10248m -XX:MaxPermSize=256m
|
||||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Xmx500m
|
||||
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
|
|
Loading…
Reference in a new issue