From 866840226f631f1338a5032a11cdefc8a2240632 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 30 Jun 2015 14:02:06 -0700 Subject: [PATCH] Run update.sh --- memcached/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/memcached/README.md b/memcached/README.md index 9dc98f5f2..fdf7c3298 100644 --- a/memcached/README.md +++ b/memcached/README.md @@ -22,6 +22,12 @@ Start your memcached container with the above command and then you can connect y The memcached server information would then be available through the ENV variables generated by the link as well as through DNS as `memcache` from `/etc/hosts`. +How to set the memory usage for memcached + + docker run --name my-memcache -d memcached memcached -m 64 + +This would set the memcache server to use use 64 megabytes for storage. + For infomation on configuring your memcached server, see the extensive [wiki](https://code.google.com/p/memcached/wiki/NewStart). # License