-ssx
Each Java thread has two stacks: one for Java code and one for C code. The -ss option sets the maximum stack size that can be used by C code in a thread to x. Every thread that is spawned during the execution of the program passed to java has x as its C stack size. The default units for x are bytes. The value of x must be greater than or equal to 1000 bytes.
You can modify the meaning of x by appending either the letter "k" for kilobytes or the letter "m" for megabytes. The default stack size is 128 kilobytes ("-ss128k").
-ossx
Each Java thread has two stacks: one for Java code and one for C code. The -oss option sets the maximum stack size that can be used by Java code in a thread to x. Every thread that is spawned during the execution of the program passed to java has x as its Java stack size. The default units for x are bytes. The value of x must be greater than or equal to 1000 bytes.
You can modify the meaning of x by appending either the letter "k" for kilobytes or the letter "m" for megabytes. The default stack size is 400 kilobytes ("-oss400k").
I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
Originally posted by ricky gonzalez:
Hi Carl, I got this message:
Unrecognized option: -Xoss1m
Could not create the java Virtual Machine.
What should I do?
I Hope This Helps
Carl Trusiak, SCJP2, SCWCD

I Hope This Helps
Carl Trusiak, SCJP2, SCWCD

I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
I Hope This Helps
Carl Trusiak, SCJP2, SCWCD

| With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |