From 2440e05cc47fbc32a82914339f7849fd2e347cdc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 29 Sep 2015 13:58:37 +0100 Subject: [PATCH] Document startup script's support for JAVA_OPTS Closes gh-3808 --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index 736ad5fd97..97f4dcb22c 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -439,6 +439,9 @@ the default behavior in a script or on the command line: |The location of the `java` executable is discovered by using the `PATH` by default, but you can set it explicitly if there is an executable file at `$JAVA_HOME/bin/java`. +|`JAVA_OPTS` +|Options that are passed to the JVM when it is launched. + |`JARFILE` |The explicit location of the jar file, in case the script is being used to launch a jar that it is not actually embedded in.