Umm... I'm pretty sure there's an upper-limit to how big you can make your stack (at least on Linux there definitely is). Are you sure that Xss64M & -Xss32M actually give you a different stack size?
On Thu, Apr 16, 2009 at 10:36 AM, Rockster <[email protected]> wrote: > > Oke, > > I finally got it to work! But I had to add the following to my ant > script > > <jvmarg value="-Xss64M"/> > <jvmarg value="-Xmx256M"/> > > and I had to upgrade to jdk1.6 !!! > > > Can somebody explain why the same code base compiles in JDK1.6 and not > in JDK 1.5 ? > > (jdk1.5_18 on WindowsXP) > > Even incrementing the stacksize didn't help in JDK1.5. > > I think this must not be case! > > > > > > > > On Apr 14, 9:12 am, Rockster <[email protected]> wrote: > > So upgrading to java 1.6 is the only solution for this ? > > > > On Apr 13, 6:50 pm, Andy <[email protected]> wrote: > > > > > > > > > Well, Alex is right - I just upgraded to Java 1.6 and everything > > > works. > > > > > ...plus the JavaScript now compiles lightning fast!!! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
