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 1 before reboot

screen shot 2 after reboot : disk space utilized 9%

used files flushed, not able identify if issue caused application or other components.


enter image description here

procfs virtual filesystem, it's technically impossible take disk space. can read more here.

you can confirm running df -ah.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -