29 Jan
2004
29 Jan
'04
7:36 p.m.
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