any idea how i can disable that? or is it safer to...
# general
a
any idea how i can disable that? or is it safer to just change that to something else to make sure I don't fill tmp up
f
you can install a tool like
tmpwatch
and run from cron to cleanup
/tmp
have the cron run it say once a day
w
they should be deleted automatically unless 1) the pants process hard crashes, 2) you pass the
--no-process-execution-cleanup-local-dirs
flag
if you’re seeing more than you would expect based on that, then a bug would be appreciated.
a
Thank you guys! I think it hard crushed
Tried pkill-ing pantsd