[Zope] zope DB

Dieter Maurer dieter at handshake.de
Thu Jan 29 14:36:18 EST 2004


Jianping Zhu wrote at 2004-1-28 12:01 -0500:
>I have zope 2.6.4 and python 2.1.3, is the 2GB still the upper limited
>size for this version of zope server?

This is not a limit for a zope server version but may be a limit
for your Python.

Your Python may or may not be compiled with LargeFile support.
Python 2.1.3 was (by default) compiled without.

Search the archives on how to determine whether your Python
supports Large Files.

Consider upgrading to Python 2.3.3 and Zope 2.7, if it does not.

-- 
Dieter



More information about the Zope mailing list