Hi,

Emmanuel Lecharny wrote:


Are you a un*x user ? If so, have you increased your ulimit value to
something greater than the default value (1024) (just type ulimit in a
console, you will get the value)?

You usually can do so with "ulimit -n 2048" before launching your app,
or by tuning your configuration (defpending on your system).

# ulimit -a
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) 4
max memory size       (kbytes, -m) unlimited
open files                    (-n) 8192
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) 10240
cpu time             (seconds, -t) unlimited
max user processes            (-u) 8192
virtual memory        (kbytes, -v) unlimited

These values seem reasonable.
Using Mina-0.8.2 I don't have this problem, something must have changed in the way Mina should be used, but I don't know what.

--
Luis Neves

Reply via email to