dergachev / vagrant-drupal

Example of integration of Vagrant, deploy-drupal cookbook, and your Drupal project.
8 stars 3 forks source link

Improve memcache defaults #4

Closed dergachev closed 11 years ago

dergachev commented 11 years ago
##
## customize memcached config with reasonable defaults
##
vim - -R +":vert new Vagrantfile" +/mysql +"set noro" <<"EOT"
Ensure the following attributes are set in ALL chef provision blocks: 

        "memcached" => {
          "listen" => "127.0.0.1", # by default world accessible
          "memory" => "256", # by default 64M
        },
EOT