apache2 - refreshing browser multiple times causes server to hang -


i run virtual server on apache2 , debian 700mb memmory. noticed after hitting ctrl+f5 multiple times (10 - 15) causes server hang. there no info in logs. plain watching memmory behavior using htop command, can see memmory hit top , swap started rise. takes 3-4 minutes site responsive again. apache2.conf settings :

<ifmodule mpm_prefork_module> startservers          3 minspareservers       6 maxspareservers      6 maxclients           15 serverlimit      15 maxrequestsperchild 500  </ifmodule> 

what settings should tweak prevent such hangs? doe's mean, if 10 or more visitors come site, site become unresponsive? goal able serve pages @ least 20 users time. thank you.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -