edit open files limit on solaris

Posted: 29th August 2010 by admin in Linux How to

add

# Hard limit
set rlim_fd_max = 65535

# Soft limit
set rlim_fd_cur = 65535

to /etc/system

You must be logged in to post a comment.