Hi Yogesh, Unfortunately it's not possible to change the parameters of the installed memcached service by invoking it again, you have to manually change the registry key at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\memcached Server
Also, I would strongly recommend that you run version 1.2.5 or later since 1.2.4 and earlier have pretty severe performance problems on Windows. You can get a newer version here: http://code.jellycan.com/memcached/ On Fri, Aug 14, 2009 at 09:00, Yogesh Potdar <[email protected]> wrote: > > Hello All, > I am using memcache windows client (memcached-1.2.4-Win32), it > is working fine with my machine.Default memory allocation for the > installed memcache is 1 mb, now i want to increase the size up to 100 > mb because objects which i am storing in memcache is bigger than 30 mb > > I am using the following command to increase the size > > Input Command : D:\memcached-1.2.4-Win32>memcached -d -m 100 -l > 127.0.0.1 -p 11211 > Output : Illegal argument: "-m" > > i am getting the above error, can anyone help me and tell how to > proceed as i am novice for the memcache concept > > Here are my machine configurations details > Machine : HP Compaq > RAM - 2GB > OS - Windows XP 64 bit > > Let me know in case of more information... > > > Regards, > Yogesh Potdar
