On Wed, Jul 8, 2009 at 1:06 PM, William Stein<[email protected]> wrote: > Hi, > > There is some job on sage.math that is somehow eating a huge amount of > disk space and rendering the box unusable (or soon will). It's got to > be one of your jobs, since the output of top right now is as below. > Any ideas? > > Tom you have nearly 5000 open files right now! > > r...@sage:/# lsof |grep boothby|wc -l > 4695 > > and John you have nearly 2000: > > r...@sage:/# lsof |grep palm|wc -l > 1904
I think it is John's doing actually. Notice this: r...@sage:/# lsof |grep palmi |grep tmp ... sh 11476 palmieri 1u REG 8,1 12283168820 3878970 /tmp/tmpR6f6ha (deleted) sh 11476 palmieri 2u REG 8,1 12283168820 3878970 /tmp/tmpR6f6ha (deleted) python 11477 palmieri 1u REG 8,1 12283170440 3878970 /tmp/tmpR6f6ha (deleted) python 11477 palmieri 2u REG 8,1 12283170440 3878970 /tmp/tmpR6f6ha (deleted) ... Those are four VERY BIG FILES. I killed 11476 and 11477 and now all our disk space is back. Yeah! William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
