Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.96 KB

Howtosetupdevmachines.md

File metadata and controls

42 lines (36 loc) · 1.96 KB

######### Update open files number for large scale testing

Ulimit -a - check all limit information Ulimit -n - check open files limitation ##########

#####for ubuntu1.18.4 https://askubuntu.com/questions/1049058/how-to-increase-max-open-files-limit-on-ubuntu-18-04

The only file that needed to be changed was /etc/security/limits.conf. Appending the line * - nofile 65535 to that file and re-login in did the trick: $ ulimit -sn 65535

######For ubuntu1.16.4 https://medium.com/@muhammadtriwibowo/set-permanently-ulimit-n-open-files-in-ubuntu-4d61064429a