Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created January 31, 2012 09:58
Show Gist options
  • Save manuelmorales/1709706 to your computer and use it in GitHub Desktop.
Save manuelmorales/1709706 to your computer and use it in GitHub Desktop.
How to start memcached
sudo /usr/bin/memcached -vv -p 11211 -m 64 -c 1024 -u memcached -P /var/run/memcached/memcached-11211.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment