Bug #1308
Mongo running out of disk space
100%
Description
Suggest two options:
i. Either we clear the mongo cache for events more than, say, 10 minutes old (preferred)
ii. Or we put the mongodb in the /home/ partition which has few 10s of Gb free
Prefer i. as it probably solves some other problems
Updated by Rogers, Chris over 9 years ago
Implemented mongo docstore as a "capped" docstore with maximum number of documents set by default to 1000; this corresponds to about 1000/3 spills, implies about 10 minutes of running.
Updated by Rogers, Chris over 9 years ago
Watching http://test.mice.rl.ac.uk/job/MAUS_online/12/ before I merge to trunk... would like to test in control room against cosmics over the weekend
Updated by Rogers, Chris over 9 years ago
So I installed rogers branch in the control room for testing. Found out that mongodb does not seem to like limiting number of events but instead seems to be happier limiting overall file size, so I will give this a go instead. Will take cosmics over the weekend and see how it goes.
The other place I can trip up (in a similar vein) will be on log file size, where I don't use a proper logging application and so may get into trouble...
Updated by Rogers, Chris over 9 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Merged in r965
Updated by Rajaram, Durga over 9 years ago
- Target version changed from Future MAUS release to MAUS-v0.6.0