Hi, I'm trying to stress test a scalable file-upload merb app. When I start the merb cluster, each merb worker process is about 1MB memory (btw, I start it with "merb -c 9"). My merb cluster is behind Apache + mod_proxy, so requests get distributed. I have 6 different clients (same network, Linux&PC) and they continuously upload 1MB file to the merb app. Almost immediately after they start pounding the merb app, the merb worker processes go from 1MB to 32MB of memory and they stay there. Why is this happening? I'm only using authentication and file upload. Are there memory leaks in any of these modules?
Thanks, Tiberiu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
