知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

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

发布时间:2014-09-05 14:37:19作者:知识屋

出现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。
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜