Re: how to increase stack size in win2k?# Windows - 看得见风景的窗口
h*n
1 楼
You need to set the stack size of Java virtual machine, not that of Windows.
type "java -X" too see help.
it's likely you should use "java -Xss".
but I doubt that your algorithm is not very efficient, it's better to check
it.
When
to
type "java -X" too see help.
it's likely you should use "java -Xss
but I doubt that your algorithm is not very efficient, it's better to check
it.
When
to