Without fastcgi - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Suggestions (/forum-2.html) +--- Thread: Without fastcgi (/thread-533.html) |
RE: Without fastcgi - Cube - 05-12-2007 07:44 PM Perhaps disabling fastcgi could be a question for the FAQ? I'm also interested in it. RE: Without fastcgi - Z4P - 05-13-2007 05:02 AM Hmm now is my server running good. I have uncommented the skip-bdb line, and now i get this with top: Code: top - 13:59:10 up 21:52, 1 user, load average: 0.00, 0.00, 0.00 The total memory use is stull alot, but mysql uses alot less now. And VZPP says i use now only 59% of my resource, and first that was 88%. So this is a big improvement. I will test if it solves the apache problem. RE: Without fastcgi - joximu - 05-13-2007 05:41 AM 46264k used this is not much - for Database, Web-, Mail- and FTP server... I still think it's not only the amount of memory which made problems - but maybe it's a specialty on vServers (the thing I mailed you - the value which was reached to often...) RE: Without fastcgi - Z4P - 05-13-2007 05:45 AM Jeay, VZPP gives this: Code: ID Current Use Soft Limit Hard Limit Units Description The help file gives this: Code: privvmpages RE: Without fastcgi - ephigenie - 05-13-2007 06:03 AM One simple thing that may help you a bit - i saw that your system does not even have a swapspace on that low amount of memory thats not ok at all. So : add a swap file sample for a 256Mb swap file : Code: dd if=/dev/zero of=/var/swap/swapfile bs=1024 count=265536 Code: /var/swap/swapfile swap swap pri=1000 0 0 Code: swapon /var/swap/swapfile RE: Without fastcgi - Z4P - 05-13-2007 06:07 AM Code: dd if=/dev/zero of=/var/swap/swapfile bs=1024 count=265536 RE: Without fastcgi - ephigenie - 05-13-2007 06:12 AM no its not. Because your server needs more than 128 Megs all the time. (so its everytime in the burst area and thats not for what its thought for (if i'm getting your provider right)) Just please try it - and tell us your experience. RE: Without fastcgi - Z4P - 05-13-2007 06:15 AM hmm ok alright. But i have no /var/swap folder. RE: Without fastcgi - joximu - 05-13-2007 06:24 AM so make one RE: Without fastcgi - ephigenie - 05-13-2007 06:24 AM yeah then choose another dir |