您的位置:首页 > Web前端 > JavaScript

jstack提示“存储空间不足,无法处理此命令”

2012-12-30 13:30 861 查看
Jstack only allows you to connect to JVM's running in the same user context. Many people use a service wrapper to start their products: this puts the JVM in the Local System Account user context. Since this special account has no login shell, you won't be
able to force a thread dump normally.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐