Commit 68da3f2c authored by Leonardo Aramaki's avatar Leonardo Aramaki

Append java mem limits for circleci

parent f9fde350
......@@ -86,7 +86,7 @@ android {
dexOptions {
if(System.getenv()["CIRCLECI"] as boolean) {
javaMaxHeapSize "2048M"
javaMaxHeapSize "1536M"
preDexLibraries false
}
}
......
......@@ -8,6 +8,7 @@ machine:
environment:
ANDROID_HOME: /usr/local/android-sdk-linux
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1536m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError"'
JAVA_OPTS: "-Xms518m -Xmx1536m"
dependencies:
pre:
......
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 to comment