18May/09Off

how to start memcached?

/usr/local/bin/memcached -l 127.0.0.1 -m 200 -p 11211 -u nobody &

- m 200 = 200MB

- l 127.0.0.1 = memcached server on localhost.

-l xxx.xxx.xxx.xxx = memcached server on xxx.xxx.xxx.xxx ip address, like 192.168.0.100

Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

No trackbacks yet.