What is this mean ? Your system is configured to limit Ardour to 1048576 open files

Hi
ardour cli give me this info
Ardour: [INFO]: Your system is configured to limit Ardour to 1048576 open files
is good or bad ?

ubnutu 22

Not sure if 1M ulimit -n is too high… probably not. I’ll let one of the experts jump in. But seems my system (AVL) is not that high, so you’re not going to hit your limit (unless there is something really wrong):

$ ulimit -a
real-time non-blocking time  (microseconds, -R) unlimited
core file size              (blocks, -c) 0
data seg size               (kbytes, -d) unlimited
scheduling priority                 (-e) 30
file size                   (blocks, -f) unlimited
pending signals                     (-i) 127831
max locked memory           (kbytes, -l) unlimited
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) 95
stack size                  (kbytes, -s) 8192
cpu time                   (seconds, -t) unlimited
max user processes                  (-u) 127831
virtual memory              (kbytes, -v) unlimited
file locks                          (-x) unlimited

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.