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 <aschoen@redhat.com>
pull/489/head
Andrew Schoen 2016-01-22 10:58:33 -06:00
parent 926249b5f7
commit cb308d60a5
1 changed files with 4 additions and 0 deletions

View 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 }