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 - 它究竟做了什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                相关文档推荐

                Bytecode features not available in the Java language(Java 语言中不可用的字节码功能)
                ClassCastException because of classloaders?(ClassCastException 因为类加载器?)
                How can I add a Javaagent to a JVM without stopping the JVM?(如何在不停止 JVM 的情况下将 Javaagent 添加到 JVM?)
                Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                Encourage the JVM to GC rather than grow the heap?(鼓励 JVM 进行 GC 而不是增加堆?)
                Why a sawtooth shaped graph?(为什么是锯齿形图形?)
                • <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>