1.问题描述:
- 向服务器上传文件、jar包失败。
- 启动jar包失败,报错
OpenJDK 64-Bit Server VM warning: Insufficient space for shared memory file: 10566
Try using the -Djava.io.tmpdir= option to select an alternate temp location.
2.问题原因:
(1).可能原因是磁盘满了
linux使用df命令查看内存使用情况

看到内存使用率为100%
3.解决方案:
清理磁盘空间https://blog.youkuaiyun.com/lck_csdn/article/details/120458903
本文介绍了当向服务器上传文件或启动jar包遇到错误时的处理方法,特别是针对磁盘空间不足导致的问题,并提供了解决方案。
1249

被折叠的 条评论
为什么被折叠?



