Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:
/tmp/hsperfdata_ work/10700
Try using the -Djava.io.tmpdir= option to select an alternate temp location.
The general meaning is that the shared memory file space is insufficient, so DF looks at the usage:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup01-LogVol00 49384248 49384248 0 100% /
It is found that the utilization rate of this directory is 100%, but this is only a logical volume. The specific reason is that there are too many log files in the/tmp directory, causing the space to be occupied
Then use
find/-size +100M -exec ls -lh {} \;
Look at the files larger than 100m, and find that there are many log files larger than 100m in zookeeper /, then enter the directory, delete some log files, restart zookeeper, restart storm, and everything returns to normal
Similar Posts:
- NPM Command Error: Allocation failed – JavaScript heap out of memory
- [Solved] Insufficient Oracle table space: ora-01653: unable to extend table
- Ora-01653: table a cannot be extended by 1024 (in table space ABC)
- java.net.SocketException: No buffer space available
- MySQL exclude error 1114 holmium HY000 41 holmium“
- C++: internal compiler error: Killed (program cc1plus) [How to Solve]
- How to solve runtime error r6016
- tomcat PermGen space
- MYSQL Error: Out of sort memory, consider increasing server sort buffer size; nested exception is java.sql.SQLException: Out of sort memory, consider increasing server sort buffer size
- How to Solve Linux resize2fs error: Bad magic number in super-block