We have a build machine with persisting AUI.Boot cache (~/.aui) which repeatedly runs out of disk space because of AUI's cache. Because we often update our dependencies' versions, the older ones are still kept, leading to the disk problem.
AUI.Boot should have at least an option to somehow figure out the problem.
We can add rm -rf ~/.aui to cron but it would break the running builds.
We have a build machine with persisting AUI.Boot cache (
~/.aui
) which repeatedly runs out of disk space because of AUI's cache. Because we often update our dependencies' versions, the older ones are still kept, leading to the disk problem.AUI.Boot should have at least an option to somehow figure out the problem.
We can add
rm -rf ~/.aui
to cron but it would break the running builds.