MicroOps-cn opened a new issue, #124: URL: https://github.com/apache/rocketmq-docker/issues/124
The default /dev/shm space for containers is only 64MB, and it's used up by garbage collection (GC) logs in less than a month. It doesn't seem to be automatically deleted, and when it's full, new GC logs can't be written. Why are GC logs written to /dev/shm/? Can this be changed? 容器默认的/dev/shm空间只有64M,一个月不到就会被gc日志用完。看起来不会自动删除,满了新的gc日志就写不进去了。那gc日志为什么要写入/dev/shm/?是否可以更改? https://github.com/apache/rocketmq-docker/blob/8792ec254364fe04b65a9938d764ce1817e822c7/image-build-ci/scripts/runbroker-customize.sh#L61 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
