Reinsert paragraph about heap size

This paragraph was accidentally dropped when preparing to merge
setting the heap size.
This commit is contained in:
Jason Tedor 2017-12-12 11:08:32 -05:00
parent ca70ca6698
commit 2994366195
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
[[jvm-options]] [[jvm-options]]
=== Setting 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 <<heap-size,heap size>>. 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 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 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) file is `config/jvm.options` (when installing from the tar or zip distributions)