Kbase P53364: On AIX getting Maximum file size exceeded during , fd , len , offset , file . (9449) when starting d
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/26/2009 |
|
Status: Verified
SYMPTOM(s):
<function>:Maximum file size exceeded during <system call>, fd <file descriptor>, len <bytes>, offset <bytes>, file <file-name>. (9449)
FACT(s) (Environment):
IBM AIX
Progress/OpenEdge Product Family
CAUSE:
You have reached the Operating System limit for one file.
FIX:
The default file size on AIX is set to 2,097,151 blocks each block is 512 bytes equaling 1 GB (1 gigabyte).
The 'ulimit' command can be used to set or examine the resource limits including the file size.
The example below, would set the maximum file size to 4,194,304 blocks (512 Bytes/block) which is 2GB, the limit:
ulimit -f 4194304