Re: java stack size

2000-06-20 Thread Chris Abbey
At 12:11 6/20/00 +0200, Peter Schuller wrote: >Use the "-Xss" switch in Sun's JDK:s. -Xoss for the native C stack size. > > If I specify not eoough stack size, what will happen? > >You'd get a StackOverFlowError during runtime. It's not something that >happens alot under normal circumstances tho

Re: java stack size

2000-06-20 Thread Peter Schuller
> Who can tell me how to specify the size of java stack size when I run a > program? Use the "-Xss" switch in Sun's JDK:s. > If I specify not eoough stack size, what will happen? You'd get a StackOverFlowError during runtime. It's not something that happens alot under normal circumstances thoug