On Mon, Nov 7, 2011 at 10:34, Swanepoel, Barrie <[email protected]> wrote: > Does this mean that the pid 2356 is actually then not using the changes I > made in the catalina.sh file? I see only java -Xmx256m. Not the change to > -Xmx12288M -Xms12288M.
That's correct. Your catalina.sh is probably not used at all during tomcat startup. There are many possible ways to set up Tomcat, so you'll have to find the actual startup script that gets used. Start by looking into /etc/init.d/ for the startup script (grep for tomcat). Simply said, these are the scripts that automatically get run on server startup and when you run "service xxxxx start". I assume you don't start tomcat manually by running the catalina.sh script. Please, keep dspace-tech in CC when replying. Regards, ~~helix84 ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

