Python needs to be compiled for large file support for it to handle 2GB+ files on Windows. The binary version of Python that ships with Zope is not compiled this way because not all Windows versions support large files. You'll either need to compile a version of Python that supports large files or find someone willing to help you do so; then start your Zope using that instead of the Python that shipped with it. e-Musty wrote:
I was told by a Zope guru that the upper limit on the size of Data.fs is 2GB on all platform... What's then?
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Thomas Guettler Sent: 2002. január 29. 9:24 To: zope@zope.org Subject: [Zope] 2GB and NTFS
It seems that Zope on W2K with NTFS has a 2GB limit for data.fs.
I heard that NTFS can handle files up to 4TB. Searching the archives I found:
"The problem with file size is not in Zope, but something to do with Windows using a 32 bit integer for file size, pegging the limit at 2 gigs. Im not sure how some people solve this, but its a deep python / windows problem that will not be solved any day soon. "
Is it possible to get a data.fs bigger than 2GB on W2K with NTFS?
Has someone tried this solution? http://www.zope.org/Members/hathawsh/PartitionedFileStorage
thomas
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )