Hi!

Walt Crosby schrieb:
> > Yes -- that is if you want to invoke it from the command line.  If you want
> > it to be a Windows Service, then you are limited to 64MB.  However, somebody
> > mailed the list the other day saying there is a registry key that will allow
> > for dynamic sizing.  However, I have no information on what that Registry
> > setting would be.
> >
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\memcached Server

The setting is called "ImagePath"

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\memcached
Server\ImagePath

Currently I use the following:

"C:\Program Files\memcached\memcached.exe" -d runservice -m 128

Of course, you first need to install memcached as a service via the
command line.

hth,

Nico

Reply via email to