1. <legend id='Fdfpa'><style id='Fdfpa'><dir id='Fdfpa'><q id='Fdfpa'></q></dir></style></legend>
      • <bdo id='Fdfpa'></bdo><ul id='Fdfpa'></ul>
      <tfoot id='Fdfpa'></tfoot>
      <i id='Fdfpa'><tr id='Fdfpa'><dt id='Fdfpa'><q id='Fdfpa'><span id='Fdfpa'><b id='Fdfpa'><form id='Fdfpa'><ins id='Fdfpa'></ins><ul id='Fdfpa'></ul><sub id='Fdfpa'></sub></form><legend id='Fdfpa'></legend><bdo id='Fdfpa'><pre id='Fdfpa'><center id='Fdfpa'></center></pre></bdo></b><th id='Fdfpa'></th></span></q></dt></tr></i><div id='Fdfpa'><tfoot id='Fdfpa'></tfoot><dl id='Fdfpa'><fieldset id='Fdfpa'></fieldset></dl></div>

      <small id='Fdfpa'></small><noframes id='Fdfpa'>

      JVM 选项 -Xss - 它究竟做了什么?

      JVM option -Xss - What does it do exactly?(JVM 选项 -Xss - 它究竟做了什么?)
      <legend id='RHwtX'><style id='RHwtX'><dir id='RHwtX'><q id='RHwtX'></q></dir></style></legend>
      • <bdo id='RHwtX'></bdo><ul id='RHwtX'></ul>

            <i id='RHwtX'><tr id='RHwtX'><dt id='RHwtX'><q id='RHwtX'><span id='RHwtX'><b id='RHwtX'><form id='RHwtX'><ins id='RHwtX'></ins><ul id='RHwtX'></ul><sub id='RHwtX'></sub></form><legend id='RHwtX'></legend><bdo id='RHwtX'><pre id='RHwtX'><center id='RHwtX'></center></pre></bdo></b><th id='RHwtX'></th></span></q></dt></tr></i><div id='RHwtX'><tfoot id='RHwtX'></tfoot><dl id='RHwtX'><fieldset id='RHwtX'></fieldset></dl></div>
            <tfoot id='RHwtX'></tfoot>
          1. <small id='RHwtX'></small><noframes id='RHwtX'>

                  <tbody id='RHwtX'></tbody>
              • 本文介绍了JVM 选项 -Xss - 它究竟做了什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                它说这里 -xss是用来设置线程栈大小"的,具体是什么意思呢?谁能帮我理解这个?

                It says here that -Xss is used to "set thread stack size", what does it mean exactly? Could anyone help me understand this?

                推荐答案

                Java 应用程序中的每个线程都有自己的 堆栈.堆栈用于保存返回地址、函数/方法调用参数等.因此,如果一个线程倾向于通过递归算法处理大型结构,它可能需要一个大堆栈来存储所有这些返回地址等.使用 Sun JVM,您可以通过该参数设置该大小.

                Each thread in a Java application has its own stack. The stack is used to hold return addresses, function/method call arguments, etc. So if a thread tends to process large structures via recursive algorithms, it may need a large stack for all those return addresses and such. With the Sun JVM, you can set that size via that parameter.

                这篇关于JVM 选项 -Xss - 它究竟做了什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)
                • <legend id='X9Jz4'><style id='X9Jz4'><dir id='X9Jz4'><q id='X9Jz4'></q></dir></style></legend>
                  1. <small id='X9Jz4'></small><noframes id='X9Jz4'>

                        <tbody id='X9Jz4'></tbody>
                      <tfoot id='X9Jz4'></tfoot>

                          <bdo id='X9Jz4'></bdo><ul id='X9Jz4'></ul>
                        • <i id='X9Jz4'><tr id='X9Jz4'><dt id='X9Jz4'><q id='X9Jz4'><span id='X9Jz4'><b id='X9Jz4'><form id='X9Jz4'><ins id='X9Jz4'></ins><ul id='X9Jz4'></ul><sub id='X9Jz4'></sub></form><legend id='X9Jz4'></legend><bdo id='X9Jz4'><pre id='X9Jz4'><center id='X9Jz4'></center></pre></bdo></b><th id='X9Jz4'></th></span></q></dt></tr></i><div id='X9Jz4'><tfoot id='X9Jz4'></tfoot><dl id='X9Jz4'><fieldset id='X9Jz4'></fieldset></dl></div>