Most of these should be easy to understand if you think in terms of the JVM as a stack-based processor, so I won't go into details here.
如果将 JVM 想象为基于堆栈的处理器,则其中大多数是容易理解的,因此我在这里就不再详细说明了。
Another issue to be aware of is a thread floating stack limitation on Linux, as discussed in the "floating Stacks limitation" subsection of the JVM Diagnostics Guide.
另一个要知道的问题是Linux上的线程浮点堆栈限制,正如JVM Diagnostics Guide的“Floating Stacks Limitation”小节中所讨论的那样。
Each servlet engine thread is allocated its own stack, which takes up memory within the JVM.
每个servlet引擎线程被分配给它自己的堆栈,该堆栈将消耗J VM中的内存。
应用推荐