Skip to content

Instantly share code, notes, and snippets.

@jibbo
Last active August 3, 2021 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jibbo/be90711e8f7844c06dfaa678a562dd0d to your computer and use it in GitHub Desktop.
Save jibbo/be90711e8f7844c06dfaa678a562dd0d to your computer and use it in GitHub Desktop.
Gradle properties for 16gb of ram, makes compilling faster
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.unsafe.configuration-cache=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment