由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - Re: how to increase stack size in win2k?
相关主题
Re: win2k server setupRe: 初级问题。请帮忙!
Re: HOw do I install Win2K from HDD?Win2K的中文支持-------- 特殊的方法安装输入法
Re: How to input Chinese in Win2k?WIN2K的电源管理及“冬眠”
Re: Win2k问题: 怎么改变缺省目录?Re: 2153??
For those who want to knowRe: 用了一晚上WIN2K,感觉有点失望
:) the newest win2k professiona retail versionRe: How to install win2k adv server as a PDC?
Re: Win2k的发行版有当下来的吗?Re: where is the file for outlook express mails
Re: Final question about win2kRe: Terminal Service in Windows2000
相关话题的讨论汇总
话题: stack话题: size话题: win2k话题: java话题: increase
进入Windows版参与讨论
1 (共1页)
h*****n
发帖数: 439
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
h*****n
发帖数: 439
2
but I really doubt any algorithm that use such a huge size of stack.
It's more proper to use heap in such cases. stack is not supposed to
be used like that.
If you do need to recursive so many time, you'd better transfer it
into a for-loop form. In such cases, resursive function calls have
too huge overhead. Transfer it, if you can.

tried
Windows.
check
1 (共1页)
进入Windows版参与讨论
相关主题
Re: Terminal Service in Windows2000For those who want to know
Re: win2k is just another version of windows.:) the newest win2k professiona retail version
Re: 问个初级问题: 在win98E下怎样装win2kRe: Win2k的发行版有当下来的吗?
WIN ME2491 10mins使用印象。Re: Final question about win2k
Re: win2k server setupRe: 初级问题。请帮忙!
Re: HOw do I install Win2K from HDD?Win2K的中文支持-------- 特殊的方法安装输入法
Re: How to input Chinese in Win2k?WIN2K的电源管理及“冬眠”
Re: Win2k问题: 怎么改变缺省目录?Re: 2153??
相关话题的讨论汇总
话题: stack话题: size话题: win2k话题: java话题: increase