Skip to content

Instantly share code, notes, and snippets.

@talosdev
Last active May 23, 2016 13:21
Show Gist options
  • Save talosdev/1c2b24729da99f6e23c07a5137f91838 to your computer and use it in GitHub Desktop.
Save talosdev/1c2b24729da99f6e23c07a5137f91838 to your computer and use it in GitHub Desktop.
Android Studio memory settings (dex)
dexOptions{
maxProcessCount 2
javaMaxHeapSize "2g"
}
org.gradle.jvmargs=-Xmx3072m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment