File Size Limit Exceeded - How to handle work around this?
- From: "eastcoastguyz" <eastcoastguyz@xxxxxxxxxxx>
- Date: 13 Dec 2006 11:24:51 -0800
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.
Is this a compiler issue? I would like to see a C code example of how
to increase the limit or make it unlimited (if that is a wise thing to
do).
Thanks in advance!
.
- Follow-Ups:
- 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
- Re: File Size Limit Exceeded - How to handle work around this?
- From: dcorbit
- Re: File Size Limit Exceeded - How to handle work around this?
- From: Walter Roberson
- Re: File Size Limit Exceeded - How to handle work around this?
- Prev by Date: Re: referring to struct members by number.
- Next by Date: Re: [OT]Re: malloc
- Previous by thread: Re: Garbage Collection in C
- Next by thread: Re: File Size Limit Exceeded - How to handle work around this?
- Index(es):
Relevant Pages
|