Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 10g installation solaris 10 -changing ulimits
> How do I change ulimits on solaris 10 to be persistent across logins? My
> preinstall check is failing and I need to find the file to change. My SA
> doesn't know.
Add in /etc/system the following lines if they don't already exist (or amend the values if they do):
set rlim_fd_cur=<VALUE>
set rlim_fd_max=<VALUE>
Note:
rlim_fd_cur is for file descriptors soft limit
rlim_fd_max is for file descriptors hard limit
Regards,
Dimitre
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Mar 24 2006 - 16:49:02 CST
![]() |
![]() |