java - /proc consuming space on hard disk gradually -
ec2 instance running centos 7.0 hard disk space consumed slowly, flushed after reboot.
content : base os, cloudwatch agent, codedeploy agent, nginx, anti virus macfee, java application (log file under control).
screen shot 1 before reboot : disk space utilized 75%
as per screenshot finding top 10 space consuming files , /proc on top.
screen shot 2 after reboot : disk space utilized 9%
used files flushed, not able identify if issue caused application or other components.
procfs virtual filesystem, it's technically impossible take disk space. can read more here.
you can confirm running df -ah
.
Comments
Post a Comment