Skip to content

Instantly share code, notes, and snippets.

@fedmich
Created May 16, 2012 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedmich/2707148 to your computer and use it in GitHub Desktop.
Save fedmich/2707148 to your computer and use it in GitHub Desktop.
memcached, PHP ini configurations
extension=php_memcache.dll
[Memcache]
memcache.allow_failover = 1
memcache.max_failover_attempts=20
memcache.chunk_size =8192
memcache.default_port = 11211
memcached.exe -d install
memcached.exe -d start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment