Re: [Zope] ERROR(200) ZODB FS FS21
This depends on your application, but Zope likes lots of RAM. How much memory do you have available now? Take that number and double or triple it, and see it it works then. ----- Original Message ----- From: "Norman Khine" <khine@btinternet.com> To: "Chris McDonough" <chrism@digicool.com> Sent: Tuesday, May 01, 2001 7:53 AM Subject: RE: [Zope] ERROR(200) ZODB FS FS21
Yes, Chris, they do have a limit the processes, but was told that I can unlimit this and once I did this they would inform me if any processes hogh too much memory by e-mail. Well I suppose the the issue is with my ISP -- but can you tell me what sort of requirement do I need from my ISP to be able to run ZOPE without any chronic out-of-memory problems
Thanks again
Norman
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris McDonough Sent: Tuesday, May 01, 2001 12:35 PM To: Norman Khine Cc: Zope Mailing List Subject: Re: [Zope] ERROR(200) ZODB FS FS21
Norman Khine wrote:
My Zope server keeps on crashing everytime I try to pack the database
with
the following error: <snip> ------ 2001-05-01T11:06:00 ERROR(200) ZODB packing Traceback (innermost last): File /usr/home/khine/usr/local/Zope/lib/python/ZODB/DB.py, line 532, in pack File /usr/home/khine/usr/local/Zope/lib/python/ZODB/FileStorage.py, line 1239, in pack (Object: /usr/home/khine/usr/local/Zope/var/Data.fs) MemoryError:
Norman, I've seen you post errors like this a few times. You've got a chronic out-of-memory problem. All of the questions you've posted have to do with the fact that your Zope process for whatever reason is running out of RAM. Why that is happening, I'm not certain, but I remember that there was a suspicion that your ISP had a size limit on your process. Were you able to confirm this?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Chris McDonough