Versions Compared

Key

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

...

Note
titleNOTE

Tests with heap size set to 4 GB which indeed isn't more than 50% of the 8 GB the total memory, generated some out of memory exceptions, so it's better to think in terms of “less than” "less than" rather than “no "no more than”than".

On each node, configure the heap size to be 3 GB by setting the -Xms3g and -Xmx3g options. For more information see Setting the heap size.

Note
titleNOTE

On a running elasticsearch instance:

If the command " systemctl -l status elasticsearch.service " produces produces the following warning:

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.

then (according to JEP 291) comment out the option " -XX:+UseConcMarkSweepG " and set the option " -XX:+UseG1GC".

If the file " /var/log/elasticsearch/wifimon_deprication.log " contains warnings like the following:

transport.publish_address was printed as [ip:port] instead of [hostname/ip:port]. This format is deprecated and will change to [hostname/ip:port] in a future version. Use -Des.transport.cname_in_publish_address=true to enforce non-deprecated formatting.

then proceed with the recommendation and , that is set the option " -Des.transport.cname_in_publish_address=true".

Master-Eligible / Data Nodes

...