probcomp / Venturecxx

Primary implementation of the Venture probabilistic programming system
http://probcomp.csail.mit.edu/venture/
GNU General Public License v3.0
28 stars 6 forks source link

Find a place to keep knowledge about why Venture Jenkins runs out of disk space #281

Open axch opened 8 years ago

axch commented 8 years ago

Success condition for this task:

Large things, in order of having been encountered:

Why not work harder to make jobs clean up after themselves? At the time, I decided that it is valuable to be able to examine created temporaries to debug failures.

axch commented 8 years ago

Relocated the Docker containers to /scratch. Also, need to update the clean-tmp job to actually delete old Docker images, even though they are tagged now.

axch commented 8 years ago

This problem occurred again October 11, 2016. This time the major disk space user was a MongoDB journal in /var/lib/mongodb. This was apparently set up by Grem to store incoming captured BayesDB sessions.

Do we still need to capture BayesDB sessions that way?

Options considered:

Decided to get disk space by emptying apt-get's package cache instead of dealing with this and forget about this problem until that cache refills, on the grounds that at that point it is likely to be more obvious whether the Mongo install is needed.