Skip to content

Instantly share code, notes, and snippets.

@nikki-pru
Created July 22, 2020 17:44
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 nikki-pru/c1c7f386a27000a1f2821d5547d0bf10 to your computer and use it in GitHub Desktop.
Save nikki-pru/c1c7f386a27000a1f2821d5547d0bf10 to your computer and use it in GitHub Desktop.
opts
L:\>java -version
java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)
L:\>ant -version
Apache Ant(TM) version 1.10.7 compiled on September 1 2019
L:\>echo %JAVA_OPTS%
-Xms1g -Xmx1g
L:\>echo %ANT_OPTS%
-Xmx6144m
L:\>echo %GRADLE_OPTS%
-Xmx4096m
L:\>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment