出现Insufficient space for shared memory file错误解决


出现Insufficient space for shared memory file错误解决
 
[plain] 
tomcat@mo-channel:~/tomcat/bin$ ./shutdown.sh   
Using CATALINA_BASE:   /home/tomcat/tomcat  
Using CATALINA_HOME:   /home/tomcat/tomcat  
Using CATALINA_TMPDIR: /home/tomcat/tomcat/temp  
Using JRE_HOME:        /usr  
Using CLASSPATH:       /home/tomcat/tomcat/bin/bootstrap.jar  
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:  
   /tmp/hsperfdata_tomcat/29557  
Try using the -Djava.io.tmpdir= option to select an alternate temp location.  
 
今天shutdown用户的tomcat,出现了上面的错误日志,意思是说存储临时文件的目录空间不够了,df了下,系统根目录空间已经100%了
 
[plain] 
root@xxx:/var# df -h /home/moadmin  
Filesystem            Size  Used Avail Use% Mounted on  
/home/moadmin/.Private  
                       24G   24G     0 100% /home/moadmin  
 
删除相应的不必要数据,腾出空见给tomcat的tmp。
 

相关内容

    暂无相关文章