2019년
Insufficient space for shared memory file
위지원
2019. 1. 21. 20:21
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:
/tmp/hsperfdata_root/26952
Try using the -Djava.io.tmpdir= option to select an alternate temp location.
find /tmp -ctime +10 -exec rm -rf {} +
사용한지 10일이 넘은 파일과 폴더를 삭제한다.