build.sh has:

> # raise stack size...
> ANT_OPTS="-Xmx128m -mx128m"

AFAICT those affect the heap only and to change the native thread
stack size java seems to want -ss/-Xss.

Adding -Xss10m allowed me to get past java.lang.StackOverflowError
during the  docs build.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to