Apache memory leakage

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Apache memory leakage

Post by Eran »

Lately, on one of our servers, the apache processes have been slowly increasing in memory usage until the VPS runs out of memory and starts killing processes. Running pmap on one of the apache processes shows several [ anon ] instances consuming significant amounts of memory. obviously I can't tell what those are, but it possibly could be php processes (though none appear in TOP). Anyone has an idea how to try to profile/debug memory leakage in apache?
Post Reply