This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Originally written: Sep 7, 2022 In /etc/security/limits.conf , add * soft nofile 1000001 * hard nofile 1000001 Log out, log back in again, and you should have: $ ulimit -Sn 1000001 $ ulimit -Hn 1000001 Original Source Update (Dec 6, 2022) If you want to automate this via Salt , this is what you can add to your config. open_file_limits: file.blockreplace: - name: /etc/security/limits.conf -…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.