Sunday 23 February 2014

Changing ulimit value to unlimited



Changing ulimit value to unlimited



server1:/root # su - sankarar
$ ulimit -a
time(seconds)        unlimited
file(blocks)         unlimited
data(kbytes)         unlimited
stack(kbytes)        32768
memory(kbytes)       32768
coredump(blocks)     2097151
nofiles(descriptors) 2000
threads(per process) unlimited
processes(per user)  unlimited



login as root

# cd /etc/security/limits

put this entries there....


sankarar:
        fsize = -1
        core = 2097151
        cpu = -1
        data = -1
        data_hard = -1
        rss = -1
        stack = -1
        stack_hard = -1
        nofiles = 65536

No comments:

Post a Comment