Kbase P6261: How to determine Operating System File Size limit - ulimit
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
GOAL:
How to determine Operating System File Size limit - ulimit
FIX:
Command to determine the current shell file size limitation from UNIX prompt:
$ ulimit < return >
2097151
The file size limitation for the current shell and its descendants can be reset from the UNIX command line. Changes to overall system file size limitations need to be done within the kernel.
Command to reset the ulimit from UNIX prompt:
$ ulimit value < return > or
$ ulimit unlimited (to default to overall system level setting)