Hello, I have some trouble with a Tomcat running on a vServer Ubuntu 8.04:
I used an old vServer with 768MB RAM. On this machine I had a Tomcat running using -XX:MaxPermSize=128m -Xmx256m settings. Tomcat consumed the given memory and was working fine. Now I switched to a new vServer machine with 1024MB RAM. I installed the latest JDK6, downloaded latest Tomcat6 and started it. As result the htop- command shows me a virtual memory consumption of 512MB. Together with additional MySql and httpd the new machine needs much more memory than on the old machine and sometimes my webapps fail with something like "java.io.IOException: Cannot run program "env": java.io.IOException: error=12, Cannot allocate memory" This is annoying: the new machine with more RAM gets not enough memory... Where is my mistake? Is it a problem of the vServer? regards Lars --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org