...
Note | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
On a running elasticsearch instance: If the command " systemctl -l status elasticsearch.service " produces produces the following warning:
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:
then proceed with the recommendation and , that is set the option " -Des.transport.cname_in_publish_address=true". |
Master-Eligible / Data Nodes
...