[ZODB-Dev] [Errno 27] File too large

Chris Withers chrisw@nipltd.com
Tue, 25 Sep 2001 16:16:32 +0100


Andreas Jung wrote:
> 
> Looks like you have reached the 2GB limit. Recompile Python with
> largefile support.

Or pack Data.fs, which is what I'm doing...

BTW, I'm pretty sure this is once again exhibiting a bug I reported earlier.

When you abort from within a transaction, it appears that the contents of the
transaction still get appended to the end of Data.fs, they just don't show up as
the current version.

Can anyone tell me this is/isn't true and tell me how I can check this?

cheers,

Chris