lukeburciu / hpviz

MIT License
3 stars 0 forks source link

Tune Elastic search Memory parameters to suit viz #42

Open madeinoz67 opened 3 years ago

madeinoz67 commented 3 years ago

Will need to tune memory as per documentation

madeinoz67 commented 3 years ago

currently set in override to 1/2 physical memory.

ES_JAVA_OPTS=-Xms4096m -Xmx4096m

lukeburciu commented 3 years ago

Can we reduce this to 1gb and adjust if needed, it will free up valuable ram for viz

madeinoz67 commented 3 years ago

https://octoperf.com/blog/2018/09/21/optimizing-elasticsearch/