Maximum Number of Open File Descriptors Per Process Maximum Number of Open File Descriptors Per Process
The default maximum number of open file descriptors allowed per process on Solaris is 64. If the application fails to open a file, it may be because it reached this limit.
To set maximum number of open file descriptors allowed per process, add the following line to the /etc/system file:
set rlim_fd_cur=###Where ### is the maximum number of open file descriptors allowed per process.
Rational Software Corporation
http://www.rational.com support@rational.com techpubs@rational.com Copyright © 1993-2001, Rational Software Corporation. All rights reserved. |