1. 程式人生 > >關於Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file: 11043的解決辦

關於Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file: 11043的解決辦

alternate rm -rf 查看內存 情況 cat fda sel file 使用

Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:

/tmp/hsperfdata_work/23408

Try using the -Djava.io.tmpdir= option to select an alternate temp location.

錯誤表示某區內存已滿!

  df -h     查看內存使用情況。

解決:

  輸入命令 find / -size +200M -exec du -h {} \; 查看大於200M的文件(首選刪除日誌文件)。

直接刪除logs下面的所有文件

rm -rf ./logs/*

關於Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file: 11043的解決辦