MemoryError: out of memory
I am receiving this Exception when running Zope with CMF/Plone. Here are the details of my system: Dell PE2650 Dual 2.8GHz Xeon 4GB RAM Zope 2.6.1 Python 2.1.3 Here is the text of the exception: Traceback (innermost last): Module ZPublisher.Publish, line 98, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module Shared.DC.Scripts.Bindings, line 252, in __call__ Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec Module Products.PageTemplates.ZopePageTemplate, line 228, in _exec Module Products.PageTemplates.PageTemplate, line 96, in pt_render - <ZopePageTemplate at /Sherman/browse_links used for /Sherman/Categories/InternetLinks> Module StringIO, line 160, in getvalue MemoryError At the time of the exception the PythonService.exe was consuming 3984K of RAM and python.exe was consuming 125960K. I've checked Google and Zope.org for any related topics and have yet to find anything. Could someone please point me in the right direction on how correct this issue? Thanks, Andy. Andrew Rechenberg Infrastructure Team, Sherman Financial Group
Rechenberg, Andrew wrote at 2003-8-26 16:36 -0400:
I am receiving this Exception when running Zope with CMF/Plone. Here are the details of my system:
Dell PE2650 Dual 2.8GHz Xeon 4GB RAM ... /Sherman/Categories/InternetLinks> Module StringIO, line 160, in getvalue MemoryError
At the time of the exception the PythonService.exe was consuming 3984K of RAM and python.exe was consuming 125960K. I've checked Google and Zope.org for any related topics and have yet to find anything.
Thus, Python/Zope is not to blame (it uses about 130 MB of 4 GB). I see 2 possible cases: * Another process on your machine eat all available memory and your Zope process failed to get memory and therefore raised this exception. * There are special limits in effect that restrict memory use for your Zope process to about 126 M. "ulimit" can be used to set and check such limits. Dieter
participants (3)
-
Chris Withers -
Dieter Maurer -
Rechenberg, Andrew