首页 > 编程语言 > 详细

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

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

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!