Hello:
We have Log Server running on a pretty beefy machine (64GB of RAM for example) but over time the GUI gets slower and slower. Are there any fixes for this? Thanks!
Slow Gui
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Slow Gui
What's the output of the following? Please put the output in a code block. The "Code" button is the fifth from the left on the post input screen (between Quote and List).
It's really hard to know at this point, but the following might help:
Code: Select all
top
free -m
df -h
df -i
ps aux
Code: Select all
service elasticsearch stop
ulimit -l unlimited
service elasticsearch start
curl http://localhost:9200/_nodes/process?pretty
"mlockall" : true
Re: Slow Gui
Thanks for the response, sorry for the slow reply! I increased the memory allocation in the php.ini file and it seems to have resolved the issue. Thanks!