From be906628d5a7b991c637c9ffc902de89542289db Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 28 Jun 2017 08:24:33 -0400 Subject: 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 --- docs/reference/setup/install/zip-windows.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/reference/setup') 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`:: -- cgit v1.2.3