Skip to content

Instantly share code, notes, and snippets.

@jayjanssen
Created January 23, 2013 21:24
Show Gist options
  • Select an option

  • Save jayjanssen/4613620 to your computer and use it in GitHub Desktop.

Select an option

Save jayjanssen/4613620 to your computer and use it in GitHub Desktop.
modify limits on a running process
echo -n "Max processes=X:Y" > /proc/`pidof mysqld`/limits
X = soft limit
Y = hard limit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment