Bill,

ulimit -a shows the following:

core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
file size               (blocks, -f) unlimited
pending signals                 (-i) 40960
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
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 40960
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

This looks fine except the 'open files'. I don't think we would exceed that number but it might be possible.

Thanks for your interest.

Carl


----- Original Message ----- From: "Bill Stoddard" <wgstodd...@gmail.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, February 05, 2010 9:09 AM
Subject: Re: Tomcat dies suddenly


On 2/5/10 6:31 AM, Carl wrote:
Mark,

Since I don't understand what is causing the problem, all information is helpful and I appreciate you taking time to think about what could be wrong.
Could one of the log files written by Tomcat be bumping into your file size ulimit?

ulimit -a   to check file size ulimit

If the filesize ulimit is not unlimited, compare the value with the size of the files being written by Tomcat.

Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to