From b2f2d38ebb399a812a0f85f9f83ab9c2c9f69c08 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sun, 29 May 2016 11:50:36 +0200 Subject: [PATCH] Update configuring.asciidoc Minor asciidoc changes --- docs/reference/setup/sysconfig/configuring.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/setup/sysconfig/configuring.asciidoc b/docs/reference/setup/sysconfig/configuring.asciidoc index 0f8f0725103..84d0f832141 100644 --- a/docs/reference/setup/sysconfig/configuring.asciidoc +++ b/docs/reference/setup/sysconfig/configuring.asciidoc @@ -105,10 +105,10 @@ LimitMEMLOCK=infinity ==== Setting JVM system properties The preferred method of setting Java Virtual Machine 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 +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) and -/etc/elasticsearch/jvm.options (when installing from the Debian or RPM +`/etc/elasticsearch/jvm.options` (when installing from the Debian or RPM packages). This file contains a line-delimited list of JVM arguments, which must begin with `-`. You can add custom JVM flags to this file and check this configuration into your version control system.