Skip to content

Instantly share code, notes, and snippets.

@sage-oli-wood
Created November 23, 2015 13:18
Show Gist options
  • Save sage-oli-wood/2d2e748d25a3cad6b86c to your computer and use it in GitHub Desktop.
Save sage-oli-wood/2d2e748d25a3cad6b86c to your computer and use it in GitHub Desktop.
Set ulimits for performance testing load generating machines
Append to /etc/security/limits.conf
ubuntu core hard unlimited
ubuntu core soft unlimited
ubuntu data hard unlimited
ubuntu data sft unlimited
ubuntu fsize hard unlimited
ubuntu fsize soft unlimited
ubuntu nofile hard 999999
ubuntu nofile soft 999999
ubuntu msgqueue hard unlimited
ubuntu msgqueue soft unlimited
ubuntu nproc hard unlimited
ubuntu nproc soft unlimited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment