Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Windows command line go to the Elasticsearch installation directory, to the bin folder (by default, c:\ProgramData\elasticsearch-5.2.2\bin\).
  2. Run the elasticsearch-service.bat batch file with "manager Axxon PSIM-title-indexer" parameters:

    elasticsearch-service.bat manager Axxon PSIM-title-indexer
  3. As the result the Elasticsearch 5.2.2 (Axxon PSIM-title-indexer) Properties window appears.
    Image Modified
  4. Go to the Java tab (1).
  5. Reduce the value of the Xms (memory pool at the start of Java virtual machine) and Xmx (maximum memory pool for Java virtual machine) parameters (2). For instance, set them to 1 GB as follows:
    -Xms1g
    -Xmx1g
  6. In the Initial memory pool field, specify the size (in megabytes) of the memory pool at the start of Java virtual machine (3).
  7. In the Maximum memory pool field, specify the maximum memory pool size (in megabytes) for Java virtual machine (4).
  8. Click the Apply button (5).

...