Tomcat, out of memory under gentoo
Sometimes, you just need to give tomcat more than its 64megs that comes out of the box. There’s the nice way to do it under gentoo: edit /etc/env.d/21tomcat – it should already be there. Add the following line to it: CATALINA_OPTS=”-server -Xms128M -Xmx256M” This means you’re telling catalina (the tomcat engine) to start with anRead more about Tomcat, out of memory under gentoo[…]