> Well, I got to talking to a Dreamhost rep, saying that my 'website' is > leaking memory badly. I found it hard to believe, but with my > site issues > steadily worsening, I checked out ps aux and logged some > rough stats. I > know my host kills when I get to a total of 200MB memory > usage, or hard
Do you have any extensions installed? If you're using an attachment extension, Rmagick has historically been something that's prone to eating up your memory, but if you're using Sean's attachment extension that shouldn't be a problem. I use mongrel myself - each process takes about 70MB of memory, which is about what you should expect. 200MB of memory wouldn't be enough to run 5 FastCGI processes, but it should be in the range of 3-400MB, not 800MB. 800-1000 pageviews a day shouldn't need 5 dispatchers. I've got two mongrels pumping out anywhere up to 10000 pages a day. At your traffic level, you should be able to cope easily with just 2 dispatchers. Dan. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
