If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
We have a program which extracts records from two large tables (50 million rows each). The program fails after the file size reached 2.1 GB. From the log, it says 'file size too large'. Our fsize in /etc/security/limits is default to
-1 (unlimited).
Any ideas or suggestions would be greatly appreciated.
Thank you!
The file(blocks) is already set to unlimited.
We are on AIX. Isn't the file size limit 64G?
If so, why program stops when it reaches 2.1G?
Please advise. Thanks.
We have large file enabled. 'ulimit' setting for user running the program is unlimited. However, still get 'file size too large'. Please advise. Thank you.