C
ChUIMonster
Guest
When you have a temp file that grows to very large size and this situation happens repeatedly it might be time to consider changing some things about your setup. In particular I would strongly suggest using -T to move the temp files off /home. This ought to allow the protrace files to be created. I also suggest adding -t to make them visible. Making them visible is very useful because it will, potentially, let you see what is growing out of control before it is too late. Or at least telling you something about what sort of file is growing and maybe who is creating it.
Continue reading...
Continue reading...