What's new

Can't locate ulimit binary to Increase Max Open Files on Asuswrt-Merlin 384.19

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

garycnew

Senior Member
Hi All!

As the subject states: Can't locate ulimit binary to Increase Max Open Files on Asuswrt-Merlin 384.19 for a running process. I can't find it as an Entware package, either.

I'm running out of connections with my Asuswrt-Merlin Tor Guard/Relay daemon and the tuning document recommends increasing the max open files with ulimit.

Your assistance is greatly appreciated.

Respectfully,


Gary
 
On my router, ulimit is available.
Code:
# type ulimit
ulimit is a shell builtin
# ulimit -a
-f: file size (blocks)             unlimited
-t: cpu time (seconds)             unlimited
-d: data seg size (kb)             unlimited
-s: stack size (kb)                2048
-c: core file size (blocks)        0
-m: resident set size (kb)         unlimited
-l: locked memory (kb)             64
-p: processes                      1719
-n: file descriptors               1024
-v: address space (kb)             unlimited
-w: locks                          unlimited
-e: scheduling priority            0
-r: real-time priority             0
 
Ah... That explains why I couldn't auto-complete or which it at the command-line.

Thank you for your assistance!
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top