[Zope-dev] Memory Error
Dieter Maurer
dieter@handshake.de
Tue, 17 Jun 2003 19:52:18 +0200
Andy McKay wrote at 2003-6-17 08:47 -0700:
> If you've visited ZopeZen you might have noticed this lovely error that
> seems to occur intermittently..
>
> [snip rest of traceback]
> * Module Products.CMFCore.CatalogTool, line 214, in searchResults
> * Module Products.ZCatalog.ZCatalog, line 619, in searchResults
> * Module Products.ZCatalog.Catalog, line 732, in searchResults
> * Module Products.ZCatalog.Catalog, line 480, in search
> * Module Products.PluginIndexes.common.UnIndex, line 365, in
> _apply_index
> * Module ZODB.Connection, line 534, in setstate
>
> MemoryError: (Also, an error occurred while attempting to render the
> standard error message.)
"MemoryError" would mean you have run out of virtual memory.
This may or may not be a Zope problem.
Dieter