##### #安装Ming ######
#上步成功的话, this step can be omitted #
wget http://jaist.dl.sourceforge.net/project/ming/Releases/ming-0.4.4.tar.gz
Tar zxvf ming-0.4.4.tar.gz
CD ming-0.4.4
sudo./configure
sudo make
sudo make install
###### installing Memcached server and Client ######
sudo apt-get install memcached Libmemcached-dev
Memcached Common Startup parameter description:
-D: Start a daemon,
-M: The amount of memory allocated to Memcache, in megabytes, by default is 64MB,
-u: User running Memcache
-L: Listening server IP address
-P: Set memcache listening port, default is 11211 Note:-P (p is lowercase)
-C: Set the maximum number of concurrent connections, default is 1024
-P: Set the PID file to save Memcache:-P (P is uppercase)
-H Display Help
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.