标签:
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file: /tmp/hsperfdata_root/85760 Try using the -Djava.io.tmpdir= option to select an alternate temp location.
上面这段代码是在kettle执行的过程中出现的错,意思是说找不到进程PID85760对应的临时文件了,应该是tmp目录空间不中的情况下,这个文件被强制删除了,这一删除导致了脚本大面积报错,可是当我早上去服务器上查/tmp文件的时候空间才使用了17%,真是奇怪了,下面是两篇关于上面代码的说明及解决方法
Insufficient space for shared memory file
标签:
原文地址:http://my.oschina.net/sucre/blog/417263