您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
David Winterbottom ba59c01467 Add email dashboard 13 年前
..
manifests Add email dashboard 13 年前
spec Add email dashboard 13 年前
templates Add email dashboard 13 年前
tests Add email dashboard 13 年前
Modulefile Add email dashboard 13 年前
README-DEVELOPER Add email dashboard 13 年前
README.md Add email dashboard 13 年前
Rakefile Add email dashboard 13 年前
metadata.json Add email dashboard 13 年前

README.md

puppet-memcached

Manage memcached via Puppet

How to use

Use roughly 90% of memory

    class { 'memcached': }

Set a fixed memory limit in MB

    class { 'memcached':
      max_memory => 2048
    }

Other class parameters

  • $logfile = ‘/var/log/memcached.log’
  • $listen_ip = ‘0.0.0.0’
  • $tcp_port = 11211
  • $udp_port = 11211
  • $user = “ (OS specific setting, see params.pp)
  • $max_connections = 8192