Linux Memcached Installation

Source: Internet
Author: User
Tags memcached

The Linux system installs the memcached, first installs the Libevent library.

sudo apt-get install libevent libevent- Automatic download installation (Ubuntu/Debian)yum Install Libevent libevent- Automatic download installation (Redhat/Fedora/Centos)    
Installing memcached automatic Installation

Ubuntu/debian

sudo apt-get install memcached  

Redhat/fedora/centos

Yum Install memcached

Startup options:

    • -D is the start of a daemon process;
    • -M is the amount of memory allocated to memcache, in megabytes;
    • -U is the user running memcache;
    • -L is the server IP address of the listener, can have more than one address;
    • -P is to set the port of memcache listening, preferably more than 1024 ports;
    • -C is the maximum number of concurrent connections running, the default is 1024;
    • -P is a PID file that is set to save Memcache.

/usr/bin/memcached-uroot-p 11211-m 4096m-c 1024-d
/usr/bin/memcached-uroot-p 11211-m 2048m-c 1024-d

View process
PS Auxc|grep memcached

To view the number of connections
Netstat-nat|grep-i "11211" |wc-l

Telnet 127.0.0.1 11211
Stats

Tutorial: http://www.runoob.com/memcached/java-memcached.html

Linux Memcached Installation

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.