tags:

views:

26

answers:

0

Hello All I have apache 2.0.53 with mod_fast cgi enabled .We have not more than 100 concurrent users every day but still my apache has memory leak problems and it uses 8Gb of ram within 3 days and starts using swap memory which irritates users in the mid of third day and i have to restart apache that day. I have 8GB of Ram , dual core intel processor(Xeon) and i have following configurations for mpm .. i am using prefork mpm with

StartServers 8

MinStartServers 20

MaxStartServers 30

MaxClients 200

MaxRequestPerChild 1000

Can anyone can tell me how i can minimize memory leaks by optimising this things. I need help urgently