WebLogic Server: "TOO MANY OPEN FILES" Exception
Check Limits and change it temp.
To increase file limit permanently for specific user
Add following command
Save and exit file,
$ ulimit -H -n (Display hard limit, cannot be exceeded) $ ulimit -S -n (Display soft limit may be increased up to hard limit value) $ ulimit -S -n 4096 (Increase the soft limit to 4096) for current shell scripting |
$ sudo vim /etc/security/limits.conf |
|
Comments
Post a Comment