Hello, How to increase size of memory when you run memcached as windows service?
I guess, more general question is: How to pass parameters to memcached windows service? I tried to pass "Startup paramaters" to "memcached Server" windows service, edited registry like this HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\memcached Server ImagePath "C:\memcached\memcached.exe" -d runservice -m 1024 Looks like memcached simply ignores them and starts with default with 64MB on default port. Any ideas? Thanks, Nik
