Skip to content

Instantly share code, notes, and snippets.

@Vagabond
Created April 8, 2011 13:13
Show Gist options
  • Save Vagabond/909802 to your computer and use it in GitHub Desktop.
Save Vagabond/909802 to your computer and use it in GitHub Desktop.
^andrew@centos:: ulimit -n [~]
1024
^andrew@centos:: su - riak [~]
Password:
[riak@centos ~]$ ulimit -n
2048
[riak@centos ~]$ cat /etc/security/limits.conf | grep riak
riak soft nofile 2048
riak hard nofile 4096
[riak@centos ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment