My application was running fine, but recently it started giving MemoryError: ------ 2009-07-24T05:31:57 ERROR ZODB.Connection Couldn't load state for 0x1d30bb Traceback (most recent call last): File "/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/Connection.py", line 704, in setstate self._setstate(obj) File "/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/Connection.py", line 758, in _setstate self._reader.setGhostState(obj, p) File "/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/serialize.py", line 495, in setGhostState state = self.getState(pickle) File "/opt/front1/builds/F2.16/opt/Zope-2.8.8-final/lib/python/ZODB/serialize.py", line 488, in getState return unpickler.load() MemoryError ------ 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. What are the possible reasons for memory error? Any resources in Zope site or so, from which I can know more of? Thanks, Roopesh
On 24.07.09 09:37, Rupesh P Raj wrote:
yes
On Fri, Jul 24, 2009 at 1:06 PM, Andreas Jung <lists@zopyx.com <mailto:lists@zopyx.com>> wrote:
On 24.07.09 09:33, Rupesh P Raj wrote: > My application was running fine, but recently it started giving > MemoryError:
Problem persists after a restart?
-aj
Running out of physical or virtual memory? Reached the physical process size for 3.X GB for a single process on 32-bit systems? -aj -- ZOPYX Ltd. & Co KG \ ZOPYX & Friends Charlottenstr. 37/1 \ The experts for your Python, Zope and D-72070 Tübingen \ Plone projects www.zopyx.com, info@zopyx.com \ www.zopyx.de/friends, friends@zopyx.de ------------------------------------------------------------------------ E-Publishing, Python, Zope & Plone development, Consulting
participants (2)
-
Andreas Jung -
Rupesh P Raj