> From: Benoit VARVENNE [mailto:[EMAIL PROTECTED]
> > "Exception in thread "Thread-8" java.lang.StackOverflowError"
>
> The expansive algorithm is a recursive one.
>
> I now always have StackOverFlow exceptions.
>
> I have already tried to customize JVM memory options with the
> following line
> in my ".profile" file :
> >    export CATALINA_OPTS="-server -showversion -Xmx512m"
> But I always have the same error message.
>
> Can anyone help me ?

Check -Xss - this changes the stack size.  You might want to change this.

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to