Skip to content

Instantly share code, notes, and snippets.

@neilghosh
Created July 19, 2016 05:43
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 neilghosh/53fde86255f3819f70467b66ea567b8c to your computer and use it in GitHub Desktop.
Save neilghosh/53fde86255f3819f70467b66ea567b8c to your computer and use it in GitHub Desktop.
Changing max item size in memcached in mac
#Assuming installed via homebrew
edit /usr/local/opt/memcached/homebrew.mxcl.memcached.plist
#Add the following to increase default 1m to 2m
<string>-I</string>
<string>2m</string>
#restart memcached (or just reboot the machine)
launchctl unload /usr/local/opt/memcached/homebrew.mxcl.memcached.plist
launchctl load /usr/local/opt/memcached/homebrew.mxcl.memcached.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment