summaryrefslogtreecommitdiff
path: root/docs/reference/setup
diff options
context:
space:
mode:
authorJason Tedor <jason@tedor.me>2017-06-28 08:24:33 -0400
committerGitHub <noreply@github.com>2017-06-28 08:24:33 -0400
commitbe906628d5a7b991c637c9ffc902de89542289db (patch)
tree81c9f1d74ab7459b5c1da4575c8cbde4d4d63088 /docs/reference/setup
parent960d63a3b3051a1d1865f8f90de7280356ae48b4 (diff)
Remove implicit 32-bit support
We previously tried to maintain (while not formally supporting) 32-bit support, although we never tested this anywhere in CI. Since we do not formally support this, and 32-bit usage is very low, we have elected to no longer maintain 32-bit support. This commit removes any implication of 32-bit support. Relates #25435
Diffstat (limited to 'docs/reference/setup')
-rw-r--r--docs/reference/setup/install/zip-windows.asciidoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/reference/setup/install/zip-windows.asciidoc b/docs/reference/setup/install/zip-windows.asciidoc
index 2bddd6b3a9..e19fe27d5f 100644
--- a/docs/reference/setup/install/zip-windows.asciidoc
+++ b/docs/reference/setup/install/zip-windows.asciidoc
@@ -111,9 +111,7 @@ The commands available are:
`manager`:: Start a GUI for managing the installed service
-Based on the architecture of the available JDK/JRE (set through `JAVA_HOME`),
-the appropriate 64-bit(x64) or 32-bit(x86) service will be installed. This
-information is made available during install:
+The name of the service and the value of `JAVA_HOME` will be made available during install:
["source","sh",subs="attributes"]
--------------------------------------------------
@@ -141,7 +139,8 @@ The Elasticsearch service can be configured prior to installation by setting the
[horizontal]
`SERVICE_ID`::
- A unique identifier for the service. Useful if installing multiple instances on the same machine. Defaults to `elasticsearch-service-x86` (on 32-bit Windows) or `elasticsearch-service-x64` (on 64-bit Windows).
+ A unique identifier for the service. Useful if installing multiple instances
+ on the same machine. Defaults to `elasticsearch-service-x64`.
`SERVICE_USERNAME`::