I was trying to install Memcached using "-d install", wasn't working with an error. However, it was recommended to use NSSM to install the service. I read somewhere that running memcahced as a service would stick to only 64 MB regardless of the command line options you give it.
What's the right way to install Memcached on a windows server with a different "-m" option not the default?
Thanks