码迷,mamicode.com
首页 > 编程语言 > 详细

关于Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file: 11043的解决办

时间:2019-04-16 11:53:34      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:sel   logs   shared   The   nat   内存   大于   mem   log   

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的解决办

标签:sel   logs   shared   The   nat   内存   大于   mem   log   

原文地址:https://www.cnblogs.com/Jeremy2001/p/10715974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!