ZOPE - Size reduction ???
I recently transformed my web site into a zope site. It's fantastic no question about that but I am a bit warried about the size of the web site. I already had to ask for user quota increase and it looks like I'll have to do it again soon. I got rid of the tutorial, products I did not need, the unnecessary doc files I deleted the quick start directory and I am flushing and packing the database often. What else can I do to decrease the size of ZOPE? Regards, George
mail@okstudio.com.au wrote:
I recently transformed my web site into a zope site. It's fantastic no question about that but I am a bit warried about the size of the web site. I already had to ask for user quota increase and it looks like I'll have to do it again soon. I got rid of the tutorial, products I did not need, the unnecessary doc files I deleted the quick start directory and I am flushing and packing the database often. What else can I do to decrease the size of ZOPE?
If all python files have been compiled, you can remove the sources. Here's a command that should do it all at once. :-) rm `find . -name '*.py' -exec test -e {}c \; -print` Shane
mail@okstudio.com.au (George) wrote:
I recently transformed my web site into a zope site. It's fantastic no question about that but I am a bit warried about the size of the web site. I already had to ask for user quota increase and it looks like
This is funny. HDs are so cheap today, your company probably spends more on toilet paper than on data storage. Cheers, Nils -- nika@acm.org nika@kassube.de (preferred) 4kassube@informatik.uni-hamburg.de
George wrote:
I recently transformed my web site into a zope site. It's fantastic no question about that but I am a bit warried about the size of the web site. I already had to ask for user quota increase and it looks like I'll have to do it again soon. I got rid of the tutorial, products I did not need, the unnecessary doc files I deleted the quick start directory and I am flushing and packing the database often. What else can I do to decrease the size of ZOPE?
Check your logs. Depending on how it si set up, your logs may be in youir directory,and counting against your quota. -- Do not meddle in the affairs of sysadmins, for they are easy to annoy, and have the root password.
participants (4)
-
Bill Anderson -
George -
Nils Kassube -
Shane Hathaway