Files
webmin--webmin/systemd/help/systemd_limitnofile.html
2026-07-13 13:12:17 +08:00

7 lines
342 B
HTML

<header>Open files limit</header>
<p>Sets the service file descriptor limit with <tt>LimitNOFILE=</tt>.</p>
<p>Enter a number such as <tt>65535</tt>, <tt>infinity</tt>, or a
soft:hard pair such as <tt>4096:65535</tt>. This is commonly needed by busy
web servers, proxies, databases, and applications that keep many sockets or
files open.</p>