From: Andrew Schoen Date: Fri, 22 Jan 2016 16:58:33 +0000 (-0600) Subject: adds os_tuning_params to the vagrant_variables.yml.sample file X-Git-Tag: v1.0.0~60^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb308d60a5f58a80b23742718970e14bf08cccd8;p=ceph-ansible.git adds os_tuning_params to the vagrant_variables.yml.sample file When using virtualbox with vagrant the default set of os_tuning_params was locking up my vms. Specifically the vm.vfs_cache_pressure setting. Signed-off-by: Andrew Schoen --- diff --git a/vagrant_variables.yml.sample b/vagrant_variables.yml.sample index 199f55014..a9e1e5fcb 100644 --- a/vagrant_variables.yml.sample +++ b/vagrant_variables.yml.sample @@ -35,3 +35,7 @@ vagrant_box: ubuntu/trusty64 # use vagrant_storagectl: 'SATA Controller' for CentOS vagrant_storagectl: 'SATAController' + +os_tuning_params: + - { name: kernel.pid_max, value: 4194303 } + - { name: fs.file-max, value: 26234859 }