From c4b6bccddfe3a578deaa80692923d1a3ec0d4848 Mon Sep 17 00:00:00 2001 From: BastianHofmann Date: Wed, 30 Sep 2015 19:18:08 +0200 Subject: [PATCH] Update content.md --- memcached/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcached/content.md b/memcached/content.md index 927c81808..1691ba876 100644 --- a/memcached/content.md +++ b/memcached/content.md @@ -26,6 +26,6 @@ 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. +This would set the memcache server to use 64 megabytes for storage. For infomation on configuring your memcached server, see the extensive [wiki](https://code.google.com/p/memcached/wiki/NewStart).