On Tue, 23 Jan 2024 at 21:43, Chris Caudle <chris(a)chriscaudle.org> wrote:
On Jan 23 2024, at 2:38 pm, Chris Caudle <chris(a)chriscaudle.org> wrote:
Can you show the output of `ulimit -a` to display the permissions currently active for
your logged in account?
The open files seems low, but I don't think that could impact this?
The scheduling priority maybe?
$ 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) 0
file size (blocks, -f) unlimited
pending signals (-i) 128156
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) 99
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 128156
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Cheers,
Arve