[Zope] python test_largefile.py - File size limit exceeded -

Dieter Maurer dieter at handshake.de
Mon Dec 1 13:25:13 EST 2003


Chuck Aamdi wrote at 2003-12-1 09:54 +0000:
 > I tried running this python script on my development server and it run 
 > ok. but when I shutdown and run the test_largefile.py on my deployed Zope
 > it read as below.
 > 
 > [zope at aquarius test]$ python test_largefile.py
 > create large file via seek (may be sparse file) ...
 > File size limit exceeded

This may have two reasons:

  *  Python is not build with large file support

  *  A resource limit on "file size" (imposed by your administrator
     via the operating system) is in effect.

     If you use "bash", try "ulimit -a" to see the effective
     resource limits.

-- 
Dieter



More information about the Zope mailing list