Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我面临一个奇怪的问题解决方案:在运行应用程序服务器时,我们的 JVM(1.6)不时冻结(可能是因为阻塞线程或垃圾收集)。如果我们运行 pstack 命令,问题就解决了。
有人能解释一下 pstack 如何解决这个冻结问题吗?我想了解“仅”读取堆栈跟踪的命令如何能够解除阻塞/解冻 JVM 以了解有关冻结的更多信息。