]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
adds os_tuning_params to the vagrant_variables.yml.sample file
authorAndrew Schoen <aschoen@redhat.com>
Fri, 22 Jan 2016 16:58:33 +0000 (10:58 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 22 Jan 2016 16:58:33 +0000 (10:58 -0600)
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 <aschoen@redhat.com>
vagrant_variables.yml.sample

index 199f55014f86ba9e4af3273b68d413ac13b16ba7..a9e1e5fcba216caddc70bded122dbcceb6470ca1 100644 (file)
@@ -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 }