From f1bdb50d024198afe76c97aa4fc22d08c0fb86ce Mon Sep 17 00:00:00 2001 From: grunfink Date: Sat, 14 Mar 2026 14:21:07 +0100 Subject: Call ulimit -n to increase file descriptors in examples/snac_netbsd. --- examples/snac_netbsd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/snac_netbsd b/examples/snac_netbsd index 06991b1..19c221a 100644 --- a/examples/snac_netbsd +++ b/examples/snac_netbsd @@ -31,4 +31,8 @@ snac_precmd() { } load_rc_config $name -run_rc_command "$1" \ No newline at end of file + +# increase the number of file descriptors +ulimit -n 1024 + +run_rc_command "$1" -- cgit v1.2.3