centOS環境でのmemcachedのインストールと実行

565 ワード

インストール:
yum install memcached

実行:
whereis memcached //  memcached     
/usr/bin/memcached -d -m 512 -l 127.0.0.1 -p 10000 -u root //  

パラメータの説明:
-d         ;
-m    Memcache       ,   MB;
-u   Memcache   ,   root        -u root,   memcached can't run as root without the -u switch  ;
-l       IP  ,       ;
-p   Memcache     ,,   1024     ;
-c           ,   1024;
-P     Memcache pid  。

運転状態の確認:
pstree -G  //             
ps aux      //