diff --git a/contrail/environment/modules/contrail/manifests/database.pp b/contrail/environment/modules/contrail/manifests/database.pp index dfc07dc2..0695d256 100644 --- a/contrail/environment/modules/contrail/manifests/database.pp +++ b/contrail/environment/modules/contrail/manifests/database.pp @@ -129,6 +129,10 @@ notify => Service["supervisor-database"] } } + $database_sysctl_settings = { + 'fs.file-max' => { value => 165535 }, + } + create_resources(sysctl::value, $database_sysctl_settings, {} ) contrail::lib::report_status { "database_started": state => "database_started", contrail_logoutput => $contrail_logoutput }