Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created March 26, 2013 17:03
Show Gist options
  • Save asjustas/5247134 to your computer and use it in GitHub Desktop.
Save asjustas/5247134 to your computer and use it in GitHub Desktop.
Change open files limit centos
$ ulimit -n
4096
$ ulimit -n 8192
bash: ulimit: open files: cannot modify limit: Operation not permitted
$ sudo bash
# ulimit -n
4096
# ulimit -n 8192
# su - normaluser
$ ulimit -n
8192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment