Reinsert paragraph about heap size
This paragraph was accidentally dropped when preparing to merge setting the heap size.
This commit is contained in:
parent
ca70ca6698
commit
2994366195
|
@ -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 <<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
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue