瀏覽代碼

Reinsert paragraph about heap size

This paragraph was accidentally dropped when preparing to merge
setting the heap size.
Jason Tedor 7 年之前
父節點
當前提交
2994366195
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/reference/setup/jvm-options.asciidoc

+ 4 - 0
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 <<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)