My application was running fine, but recently it started giving MemoryError: <br><br>------<br>2009-07-24T05:31:57 ERROR ZODB.Connection Couldn&#39;t load state for 0x1d30bb<br>Traceback (most recent call last):<br>  File &quot;/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/Connection.py&quot;, line 704, in setstate<br>
    self._setstate(obj)<br>  File &quot;/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/Connection.py&quot;, line 758, in _setstate<br>    self._reader.setGhostState(obj, p)<br>  File &quot;/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/serialize.py&quot;, line 495, in setGhostState<br>
    state = self.getState(pickle)<br>  File &quot;/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/serialize.py&quot;, line 488, in getState<br>    return unpickler.load()<br>MemoryError<br>------<br><br>What does this error mean? Is it saying that the object it is trying to load has some problems? The object which it was processing before the MemoryError occured is a normal html page. I am totally lost. <br>
<br>What are the possible reasons for memory error? Any resources in Zope site or so, from which I can know more of?<br><br>Thanks,<br>Roopesh<br><br><br>