0
点赞
收藏
分享

微信扫一扫

org.eclipse.jdi.TimeOutException: Timeout occurred while waiting for packet 220 occurred creating st

野见 2022-06-17 阅读 57

在使用eclipse调试(debugger)时,如果程序“吃”的资源比较多,那么就经常报如下错误:

org.eclipse.jdi.TimeOutException: Timeout occurred while waiting for packet 220 occurred creating step request.


解决方法:除了增加堆内存大小外,还需要增加线程的堆栈大小:

-Xms12114m -Xmx12114m -Xss2m


参考:

​​http://stackoverflow.com/questions/3700459/how-to-increase-the-java-stack-size​​



举报

相关推荐

0 条评论