Hello!
I'm hunting around for ways to save space on tools NFS, and this is catching my attention:
du -h /data/project/tb-dev/cronout
18G /data/project/tb-dev/cronout
If the contents of that directory is needed for the tool to operate, that's fine! If, on the other hand, that directory contains historical operation and error logs that are no longer of use, can you delete some/most of them?
Thank you!