changing file descriptors on solaris OS

Changing ulimit file descriptors:
change /etc/profile and add
ulimit -n 1024
and /etc/system
# Hard limit on file descriptors for single process
set rlim_fd_max = 2048
# Soft limit on the file descriptors for a single process
set rlim_fd_cur = 1024

Comments

Popular posts from this blog

Understanding How ZFS Calculates Used Space

Restart autosys agent

How To Verify Remote System Controller (RSC) is Configured and Current on Sun Fire[TM] 280R/V480/V490/V880/V890 servers