I know nothing about Mongrel, and I've never looked at the memory footprint of Radiant running anywhere....
But, just based on what I know about what Radiant DOES, it shouldn't really be taking up that much more memory than any other rails app, right? Here's my thinking: If you're not doing anything in the admin, then the work that Radiant actually does is pretty minimal. For the most part, It's just fetching cached pages. I suggest you run a "Hello World" rails app on your hosting environment, and compare the memory footprint. The next thing to consider is, what is Radiant keeping in memory? (i.e. what can you make Radiant stop keeping in memory so that you have a smaller footprint) Sesssions? is it storing anything about sessions in memory? How else can you tell what is being stored in memory? Is it just the size of the codebase that's the main factor here? If you download a buncha plugins and make sure they load into Radiant but don't do anything, does this change your memory footprint? -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
