From 2994366195184d22d609e4a3de871b5b860950f6 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 12 Dec 2017 11:08:32 -0500 Subject: [PATCH] Reinsert paragraph about heap size This paragraph was accidentally dropped when preparing to merge setting the heap size. --- docs/reference/setup/jvm-options.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/setup/jvm-options.asciidoc b/docs/reference/setup/jvm-options.asciidoc index 496824c12b6..bd39b6781dd 100644 --- a/docs/reference/setup/jvm-options.asciidoc +++ b/docs/reference/setup/jvm-options.asciidoc @@ -1,6 +1,10 @@ [[jvm-options]] === Setting JVM options +You should rarely need to change Java Virtual Machine (JVM) options. If you do, +the most likely change is setting the <>. The remainder of +this document explains in detail how to set JVM options. + The preferred method of setting JVM options (including system properties and JVM flags) is via the `jvm.options` configuration file. The default location of this file is `config/jvm.options` (when installing from the tar or zip distributions)