1 Dec
2003
1 Dec
'03
6:25 p.m.
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@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