Bike database interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
noi narisak 30a48aca8d move rails app into src/, add Vagrantfile & puppet/ assets and add src/.gitignore file 10 years ago
..
manifests move rails app into src/, add Vagrantfile & puppet/ assets and add src/.gitignore file 10 years ago
templates move rails app into src/, add Vagrantfile & puppet/ assets and add src/.gitignore file 10 years ago
.gitignore move rails app into src/, add Vagrantfile & puppet/ assets and add src/.gitignore file 10 years ago
Modulefile move rails app into src/, add Vagrantfile & puppet/ assets and add src/.gitignore file 10 years ago
README.md move rails app into src/, add Vagrantfile & puppet/ assets and add src/.gitignore file 10 years ago

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