linux进程报错there are thread who remain data to proc

后台进程跑的时候报错there are thread who remain data to proc

最后发现是程序启动的时候制定了java虚拟机内存太小导致的

删除-Xmn 相关配置 让他走默认的虚拟机配置。

 

linux进程报错there are thread who remain data to proc