Re: File Size Limit Exceeded - How to handle work around this?
- From: loic-dev@xxxxxxx
- Date: 13 Dec 2006 13:56:20 -0800
Hello,
I wrote a simple program to continue to create a very large file (on
purpose), and even though there is plenty of disk space on that device
the program aborted with the error message "File Size Limit Exceeded".
The file size was 2147483647. I checked ulimit -a and its set to
unlimited.
Try to compile your program with the following flags:
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS 64
HTH,
Loic.
.
- Follow-Ups:
- Re: File Size Limit Exceeded - How to handle work around this?
- From: Kohn Emil Dan
- Re: File Size Limit Exceeded - How to handle work around this?
- References:
- File Size Limit Exceeded - How to handle work around this?
- From: eastcoastguyz
- Re: File Size Limit Exceeded - How to handle work around this?
- From: Michael
- Re: File Size Limit Exceeded - How to handle work around this?
- From: eastcoastguyz
- File Size Limit Exceeded - How to handle work around this?
- Prev by Date: Re: referring to struct members by number. - TPA
- Next by Date: Re: j= ++i + ++i ;
- Previous by thread: Re: File Size Limit Exceeded - How to handle work around this?
- Next by thread: Re: File Size Limit Exceeded - How to handle work around this?
- Index(es):
Relevant Pages
|