RSSAmplifier

Manish R Jain · Dec 6, 2022

How to increase open file limits on Ubuntu 22.04

0
Sign in to vote or save

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 -…

Read on manishrjain.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.