Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
diegopacheco / aws-linux-ulimit.md
Last active October 23, 2020 02:16
How to Set ulimit on amazon linux | CentOS based?
sudo vim /etc/security/limits.conf
ec2-user soft nofile 65536
ec2-user hard nofile 65536

root soft nofile 65536
root hard nofile 65536