Commit 1cbfc587 by chengfengpiaopiao

修改gradle.properties增加内存

parent 49618408
Showing with 3 additions and 2 deletions
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# Specifies the JVM arguments used for the daemon process. # Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings. # The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m #org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode. # When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit # This option should only be used with decoupled projects. More details, visit
...@@ -21,6 +21,6 @@ org.gradle.daemon=false ...@@ -21,6 +21,6 @@ org.gradle.daemon=false
#org.gradle.jvmargs=-Xmx4608m #org.gradle.jvmargs=-Xmx4608m
?#-XX:MaxPermSize=2048m org.gradle.jvmargs=-XX:MaxPermSize=1024m
?android.useDeprecatedNdk=true ?android.useDeprecatedNdk=true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment