Skip to content

Instantly share code, notes, and snippets.

@kopax-polyconseil
Created June 14, 2021 08:42
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 kopax-polyconseil/779991efc35c4dafdb9db8e634375743 to your computer and use it in GitHub Desktop.
Save kopax-polyconseil/779991efc35c4dafdb9db8e634375743 to your computer and use it in GitHub Desktop.
JAVA_TOOL_OPTIONS: "-Xms1g -Xmx4g -XX:-UseGCOverheadLimit -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
_JAVA_OPTIONS: "-Xms1g -Xmx4g -XX:-UseGCOverheadLimit -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
JAVA_OPTS: "-Xms1g -Xmx4g -XX:-UseGCOverheadLimit -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dorg.gradle.jvmargs=-Xms1g -Xmx4g -XX:-UseGCOverheadLimit -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment