Skip to content

Instantly share code, notes, and snippets.

@bcarpio
Created March 23, 2012 19:10
Show Gist options
  • Save bcarpio/2173969 to your computer and use it in GitHub Desktop.
Save bcarpio/2173969 to your computer and use it in GitHub Desktop.
$ulimit = $::hostname ? {
boxtypeA => "10000",
boxtypeB => "20000",
default => "1024",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment