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

Posted 七月的风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory 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的文件(首选删除日志文件)。

 

以上是关于错误:Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file的主要内容,如果未能解决你的问题,请参考以下文章

Java HotSpot(TM) 64 位服务器 VM 警告:忽略选项 MaxPermSize

Java HotSpot(TM) 64-Bit Server VM warning: ignorin

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

Apache Cassandra安装错误Windows 10:hotspot_compiler

Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000fa980000, 59244544, 0)

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in