> From: dfobox [mailto:dfo...@gmail.com] > Subject: Re: Migrating website from own server to hosting company > > Caused by: java.lang.OutOfMemoryError: Java heap space > > does it mean 32 Mb heap memory size isn't enough to > resize 800 Kb picture?
Maybe. A 32 MB heap is hardly enough to do anything, these days. You may have a memory leak, or you may simply need a larger heap. You can set -XX:+HeapDumpOnOutOfMemoryError to find out what the state of the world is at the time of the error. You can also use various JDK tools such as jconsole, jmap, and jhat to monitor a running instance of your Tomcat. Any of the numerous heap profilers would also help. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org