Factual / drake

Data workflow tool, like a "Make for data"
Other
1.48k stars 110 forks source link

Drake take all my inodes on ext3 filesystem in .drake folder #188

Open kisakov opened 9 years ago

kisakov commented 9 years ago

Hi! Drake take all my inodes on ext3 filesystem in .drake folder for temporary files

2015-07-29_1943

What can I do with this? Maybe Drake can automatically clean that .drake folder. Or maybe there is a special option(flag) for Drake bash util?

Please help. Thank you.

mavericklou commented 9 years ago

Can you please try to run this command find [.drake folder] -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n. It basically shows the statistics of inodes usage. Let's confirm it is drake first. (you can also run on root folder for a full report)