Login  Register

Re: open files

Posted by ErmanArslansOracleBlog on May 29, 2021; 8:17am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/open-files-tp9811p9815.html

Also ensure that you have the proper setting for  fs.file-max  in sysctl.conf. It is a system wide limit for files.. The ulimits are per user.. So you need to have both setting properly in place..
Note that if you modify the sysctl.conf, you need to execute sysctl -p command to reflect the changes.

Also note that, if this is due to an NFS share, then ulimit should be increased on the NFS server side, rather than the client side/Linux client side.. Just saying..