How to run multiple memcached servers
Memcached has no max memory limit. So, you can cache objects in memcache till the physical limit of the server is reached.
However, if you need to run multiple memcached, then simple run the command memcached -d -p as many times with different ports.
However, if you need to run multiple memcached, then simple run the command memcached -d -p