CygWin tmp folder is taking too much disk space
Asked Answered
P

1

5

I noticed that CYGWIN /tmp folder is taking too much disk space ( around 10 gb ). I have the program installed for about 2 years.

I googled for a while and I didn't found any help in cleaning this folder. Does anyone knows how to do it?

Thanks!

Pedant answered 2/3, 2017 at 14:53 Comment(0)
T
9

what is the issue with

cd /tmp 
rm -r *
Transience answered 2/3, 2017 at 18:50 Comment(3)
Hi, matzeri, I thought about doing this but I was afraid that this folder could contain important files, and if I delete it all, cygwin would crash. Maybe I´ll transfer this files to another location and use the program for a while before deleting it.Husha
data needed by program are placed in /var, nothing in /tmp should be used for other runsTransience
I have removed the /tmp folder contents for a while and the program is still working great. Thanks, it saved me 10gb! : )Husha

© 2022 - 2024 — McMap. All rights reserved.