Hacker News new | ask | show | jobs
by leej 5851 days ago
how did you decrease 7 MB to 0.5 MB? only by removing unneeded modules?
1 comments

Yes, since I'm only using Apache to serve static files, and we're running a Rails app, I only need a very limited number of modules. Here's a copy/paste of `passenger-memory-stats` from our staging environment (identical to production):

http://pastie.org/996770