You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Bhanu Pabreja <pa...@infigroup.com> on 2003/05/21 17:24:22 UTC

OutOfMemory Exception

My webservice is fetching a XML file which is around 700KB and returning it
to the client as java.lang.String. The Websphere Application Server out
hosting environment has allocated 256 MB as the heap size for the this
application and right now no other component of the application is being
used besides the this webservice call still I get OutOfMemory exception when
I run five simultaneous user from my silk script.

This service is Document/Literal and the method returns a java.lang.String
which is actually a XML file converted to string by invoking .toString();

Please give suggestions as this is killing me now.


BP