« Back Issue #14
  • 2010-09-09 23:44 Reported by administrator
  • 2010-09-10 12:36 Marked fixed
Status: Marked fixed
Priority: Medium

Rewrite code to avoid serializing big objects without watching memory

administrator 2010-09-09 23:44

A number of places in the 0.4 code objects are serialized then written to disk. The effect you get two big objects, write one to disk then release it. However, this spikiness can cause out of memory errors so it should be avoided.

chris 2010-09-09 23:50

Fixed with commit c12e755

X