python test_largefile.py - File size limit exceeded -
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 [zope@aquarius test]$ Regards Chuck -- Chuck Amadi, ICT Systems Programmer, Brecon Beacons National Park Authority Direct Line: 01874 620440 FAX: 01874 622574 EMAIL: chuck.amadi@breconbeacons.org _______________________________________ \ \ \ Chuck Amadi,ICT Systems Programmer \ __________ | \ \ / \___-=O`/|O`/___| \ . \_______\ / | / ) / / `/-==__ _/__|/__=--| / / * \ | | / / (o) /______________________________________/ Nid yw'r farn a fynegir gan anfonwr y neges hon o anghenraid yn adlewyrchu barn Awdurdod Parc Cenedlaethol Bannau Brycheiniog. Neges yw hon a fwriadwyd ar gyfer y derbynnydd/derbynyddion yn unig ac fe'i hanfonir yn gyfrinachol; os ydych yn ei dderbyn mewn camgymeriad, a fyddech gystal %/1??iso8859-15?â rhoi gwybod i ni (yn it@breconbeacons.org) ac yna dil%/1??iso8859-15?ëwch bob copi. The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message is intended for the addressee(s) only and is sent in confidence; if you receive it in error, please can you let us know (at it@breconbeacons.org) and then destroy all copies. --------------------------------------------------------------------------- Brecon Beacons National Park Authority takes every care to keep its network free from viruses. All emails are scanned and verified virus-free by Sophos Anti-Virus software. *** IT IS THE RECIPIENTS RESPONSIBILITY TO CHECK ALL MESSAGES FOR VIRUSES ***
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
participants (2)
-
Chuck Aamdi -
Dieter Maurer