so-elasticsearch crashes after upgrade to 2.3.130 #8211
Replies: 1 comment 2 replies
-
|
How many open indices do you have? You can check as follows: You may need to close or delete some indices to lower Elasticsearch's heap usage: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I was running 2.3.120 until upgrade to 2.3.130. Since then, so-elasticsearch crashes every time. The tipps of e.g. #7655 I did already.
Because message via "sudo docker logs so-elasticsearch" at first seconds it runs
Terminating due to java.lang.OutOfMemoryError: Java heap spaceI edited value of "esheap" at file "/opt/so/saltstack/local/pillar/minions/_standalone.sls" to "esheap: '5120m'" (because ca. 33% of machines 16GB RAM, see https://docs.securityonion.net/en/2.3/elasticsearch.html?highlight=heap#heap-size). Unfortunately, this setting seems not to help, same error occurs anymore.
Grafana shows some perfomance point (at 300%+) to "so-elasticsearch", until it crashes again.
I also read/tested:
#3932
#4198
#7810
#7655
alot of elastic heap related docu
Environment:
SO 2.3.130 Standalone (updated from .120 via "sudo soup")
HP Workstation Z Series
CPU: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz, 4 Cores
RAM: 16GB
Filesystem isnt full ;-)
Thanks in advance for your hints.
(Maybe the upgrade isnt the root cause itself just an accidentally correlation)
Beta Was this translation helpful? Give feedback.
All reactions