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

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

时间:2018-05-07 15:32:05      阅读:653      评论:0      收藏:0      [点我收藏+]

标签:输入   AC   using   表示   alternate   删除日志   work   tsp   tmp   

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的文件(首选删除日志文件)。

 

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

标签:输入   AC   using   表示   alternate   删除日志   work   tsp   tmp   

原文地址:https://www.cnblogs.com/tmftmb/p/9002806.html

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