Monday 29 September 2014

Open_files parameter_changes/ulimit value change in solaris

ulimit -a

root@xyz # ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 8042
memory(kbytes) unlimited


change in /etc/system :-
add below parameters and take reboot :-
set rlim_fd_max=8042
set rlim_fd_cur=8042

No comments:

Post a Comment