Skip to content
WJunction - Webmaster Forum

Sudden rise in Ram usage, is this normal?

Status
Not open for further replies.
Hello,
Sometimes i come to check my statistics about resources usage in my server.
Normally, Iam using about half my ram.
But i found (in the graph of ram usage) that the usage suddenly rise to use all the available ram and then within few seconds the ram usage return to the normal range.
Does such behavior is normal, or there is a problem in the server?

Thanks
 

11 comments

I don't think that visitors are causing this.
My visitor count are not changing too much during the day.
Even if we suppose that the visitors really increase at certain time, does this explain using double amount of ram? and then suddenly within seconds return to normal value?
 
You didn't say what software like ipb, vb or ?? You were running but mysql if someone does a large search of anything can use memory fast. And if a few people do that it will easily eat all available memory for a short time.

So yes you can call it normal if that is what is happening. Use top and watch what program is doing it.
 
Check your MaxClients setting in /etc/apache2/apache.conf just in case.
You can also check the amount of connected clients:

Code:
watch -n 2 "ps aux | grep apache | wc -l"

On one of my boards increasing the search interval helped tremendously.
 
Status
Not open for further replies.

About the author

DoctorX
Active Member · Joined
1,625
Messages
161
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom