java max heap size, how much is too much
- by brad
I'm having issues with a JRuby (rails) app running in tomcat. Occasionally page requests can take up to a minute to return (even though the rails logs processed the request in seconds so it's obviously a tomcat issue).
I'm wondering what settings are optimal for the java heap size. I know there's no definitive answer, but I thought maybe someone…