Hi All,
I am using ruby-enterprise-1.8.7-20090928 and passenger on Centos 5.2, x86_64.
passenger-memory-stats gives me that my app is using 466 MB (and growing). What can I do to prevent this enormous eating ?
Best regards,
Trausti
Hi All,
I am using ruby-enterprise-1.8.7-20090928 and passenger on Centos 5.2, x86_64.
passenger-memory-stats gives me that my app is using 466 MB (and growing). What can I do to prevent this enormous eating ?
Best regards,
Trausti
Find out what’s leaking memory and if something is actually leaking memory. First thing to look out for: http://www.modrails.com/documentation/Users%20guide.html#_smart_spawning_gotcha_1_unintential_file_descriptor_sharing
We’ve personally had to deal with gotcha #2 when using threads and it killed our 8GB server over the course of a couple of days.
Best regards
Peter De Berdt