29 Feb
2004
29 Feb
'04
3:37 p.m.
The max. size of the ZODB was *never* limited to 2GB. The size was limitied by the installed Python version which must be compiled with largefile support. This has always been possible at least since Python 2.1 but you had to tickle the Python configuration process a bit. Since Python 2.3 largefile support should be build by default but there was never a real 2GB restriction.
Ok -- just to clarify then (regardless of the reason for the previous limit), current Zope 2.7 versions as distributed for Windows have a Python version that by default supports > 2GB files ?