You could add something like this to your
Tomcat file: catalina.bat to increase
the heap size.
set JAVA_OPTS=-server -Xms128m -Xmx256m
You can also use this parameters when starting
the client to increase the heap size.
java -Xms128m -Xmx256m com.xxx.Client
-Xms: this is inital heap size
Title: Out of memory error
Hi,
I'm testing my service to its limit, having it return 11,000 rows, and having trouble.
I'm getting an OutOfMemoryError (in both the client and server) while serializing the result set with some custom serializers, written as imitati
I wrote an AxisClient that hits a commercial SOAP server, but whenever I
try to return a very large result set (20K+) records I get an
OutofMemoryError. I'm using eclipse to debug, which dumps me at the
finally clause in invoke method of the AxisClient Class. What is the
work around?
Hi,
I use the code below to access an axis WebService.
If I create one instance of these class and call the get method (more than once), all
results (Flight[]) aren't garbage collected.
What am I doing wrong or what could be done in another way?
Thanks for your help,
Manuel
public class Fl