Skip to content

Build call graph时 提示 Method Timeout 然后程序被Killed #102

Answered by wh1t3p1g
nbxiglk0 asked this question in Q&A
Discussion options

You must be logged in to vote

原因:运行前配置如-Xmx16g, 指定了需要 16g 内存,运行过程中会不断占用系统内存。如果当前系统内存不够时,当前进程会被直接kill掉,也就是上述的Killed 字串。
解决方案: 修改运行前配置到合适的内存大小

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wh1t3p1g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants