Discussions
How to set ulimit permanently in Solaris 11
I need to set this ulimit values for user oracle and applmgr:
root@ebsaplw1:~# ulimit -t
unlimited
root@ebsaplw1:~# ulimit -f
unlimited
root@ebsaplw1:~# ulimit -d
unlimited
root@ebsaplw1:~# ulimit -s
32768
root@ebsaplw1:~# ulimit -n
65536
how can I do to make it permanently?
Thanks
0