While uploading an xml file of size 9mb we are getting the following error.
java.lang.OutOfMemoryError
java heap space.We are using
Tomcat 5.0 and increased the heap size to 256 MB but still we are facing the error.
We have properly closed the result set,connection and prepared statement objects also.
Please suggest.