Farhad Farzaneh
2007-Sep-12 00:00 UTC
[Mongrel] Mongrel instance dies unexpectedly, but cleanly...
> You''re running on a shared server and when you startup the second > mongrel more than likely the VPS system is sending the second Mongrel > a kill signal because you''ve gone over your resource allocation. > > ~WayneThanks - are there other resources that would be contentious other than memory? I believe I had about 60Meg still available (even w/ 2 mongrels already running), and each mongrel only takes about 30 MB w/ my app. I ended up reducing the number of apache mpm''s, and then on a lark started w/ 3 mongrel servers to see if 1 or 2 would die. They''re all still up, but after any one dies, I need to re-run the experiment while changing only 1 variable .... thx F -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070911/521d8946/attachment.html
Wayne E. Seguin
2007-Sep-12 01:17 UTC
[Mongrel] Mongrel instance dies unexpectedly, but cleanly...
On Sep 11, 2007, at 20:00 , Farhad Farzaneh wrote:> You''re running on a shared server and when you startup the second > mongrel more than likely the VPS system is sending the second Mongrel > a kill signal because you''ve gone over your resource allocation. > > ~Wayne > > Thanks - are there other resources that would be contentious other > than memory?I believe that Memory would be the only item that they would beat your Mongrels down on. The mongrels will not consume many file handle resources being just started up... ? Good luck, ~Wayne s///g Wayne E. Seguin Sr. Systems Architect & Systems Administrator -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070911/155adb49/attachment.html