Memory Issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
westernuniv
Posts: 120
Joined: Tue Aug 21, 2012 9:29 am

Memory Issue

Post by westernuniv »

Please see http://support.nagios.com/forum/viewtop ... 16&t=23044 for background info on this issue.

I am having this issue again - it never actually went away, just getting around to creating a new topic about it.

Doing a

Code: Select all

sync; echo 3 > /proc/sys/vm/drop_caches
helps temporarily.

CentOS release 6.4 (Final) x64
Nagios XI 2012R2.5
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Memory Issue

Post by lmiltchev »

I don't think this is a nagios issue - it is more of a "linux issue". Linux uses lots of cached memory, which many people claim *shouldn't be a problem*. You can probably search for ways for optimizing your memory usage and reducing the cached memory on your system.

Note: This exact issue prompted us to modify the "custom_check_mem":
http://support.nagios.com/wiki/index.ph ... ree_Memory
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked