Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:
/tmp/hsperfdata_work/10700
Try using the -Djava.io.tmpdir= option to select an alternate temp location.
解决:
df查看共享内存文件空间不足使用情况
/dev/temp/V....... use 100%
find / -size +100M -exec ls -lh {} \; 查看大小超过100M的文件
然后删除一些没用的日志文件