mysql usage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
MathieuS
Posts: 24
Joined: Wed Aug 31, 2011 6:07 am

mysql usage

Post by MathieuS »

I've noticed that mysql is the top user of memory on my Nagios XI server. I only have 2,5gb left from the initial 12gb. This can't be normal? Is there something I can do about this?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: mysql usage

Post by lmiltchev »

Are you talking about RAM or a hard disk space?
Be sure to check out our Knowledgebase for helpful articles and solutions!
MathieuS
Posts: 24
Joined: Wed Aug 31, 2011 6:07 am

Re: mysql usage

Post by MathieuS »

lmiltchev wrote:Are you talking about RAM or a hard disk space?
I was talking about RAM but it seemed to be rather a linux issue than a nagios issue
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: mysql usage

Post by mguthrie »

Yeah mysql caches available memory even though it's not actually using it all. If you have a system with 512MB of RAM, it'll use about 95%, if you have 4GB, it'll still use up to 95% ; )
Locked