What is a safe ulimit ceiling?
Posted
by
Kaustubh P
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Kaustubh P
Published on 2011-02-18T12:50:43Z
Indexed on
2011/02/18
15:34 UTC
Read the original article
Hit count: 293
server
|filesystem
This is the output of ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 16382
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
This is a 64bit install, and I would like to increase the max-open files from 1024 to a more heady limit such as 5000. Will that be any problem? Will it cause instability?
Thanks.
© Ask Ubuntu or respective owner