Thanks for the reply
I have added two more keywords echo $HOSTNAME >> mylimits.out
ulimit -s unlimited
ulimit -a >> mylimits.out
and output of the mylimits.out
cn337
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 768120
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) 176128000
open files (-n) 131072
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 4096
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
you are right this is from one node.
Is there a way to set same for the other node?
or I have to ask to change /etc/security/limits.conf ?