Why does android studio need to allocate such a colossal heap to compile a simple app

This commit is contained in:
Alexander Bakker 2017-08-07 22:40:18 +02:00
parent 2712b4af28
commit ba9d1f7cb6

View file

@ -15,4 +15,6 @@
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512m