Hallo, Unfortunatly this doesn't solve the problem, ...thanks anyway. After a view of a site which contains a URL + size of a pdf-doc(4MB), the memory usage of the process grows up to 4 MB more. I think ZOPE loads all object attributes (including data) to it's cache. So, if a searchengine spiders my site everything goes into the cache. I changed to store the docs in the LocalFS-Prod. to disable this caching behaviour :-( . I know there where some threads about caching and performance in this discussion-group but I cant find a solution for me. Is there a way to disable caching for products/attributes/objects ? I think this would be nice for some sites which have not too much requests but a large amount of data. Hope you can understand my english, thanks for any suggestions, Torsten.
Author: Torsten Gallmeister Date: 01:19 PM Yesterday
hello,
could anybody help? Have a perforemance prob. The DB (Data.fs) size is 25 MB. If using ZOPE "normal" the process will be around 35 MB. Ok. Have sopme pdf documents in the presentation. I reduced the DB size with the LocalFS Product. After a search-engine scan over my site the process grows up to 100 MB and more.... The server slows down. ...and there will be some doc's more in future. My question: is there a way to keep the process-size a little smaller?
Thanks, Torsten.
Sure, just go into the edit screen for your LocalFS object and uncheck the 'include in catalog' box. Cataloging a large volume of local files is very, very expensive, as the documentation warns.
Hope this helps.
cheers, --jfarr