Hi Markus,

Markus Doss schrieb:

> First I increased the memory to 128M. After increasing up to 256 the
> my soap client doesn't throw any exception. But now the out of memory
> comes from tomcat (with 256M memory, on linux).
>
> Fault Code = SOAP-ENV:Server.Exception: Fault String =
> java.lang.OutOfMemoryError
>
> Any further solutions ?

Increase the memory allocation pool size of tomcat?
The start script "catalina.sh" looks for an environment variable called $JAVA_OPTS.

So:
export JAVA_OPTS=-Xmx256m

Regards,
Elmar

Reply via email to