Skip to content

Commit

Permalink
Increase system fd limit to 165K for database node
Browse files Browse the repository at this point in the history
Closes-Bug: #1582100

Conflicts:
	contrail/environment/modules/contrail/manifests/database.pp

Change-Id: If7560b46f662b9ef5f2deae2f3196025813664a1
  • Loading branch information
Megh Bhatt committed May 24, 2016
1 parent 7bab6a0 commit 60e8a27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrail/environment/modules/contrail/manifests/database.pp
Expand Up @@ -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 }
Expand Down

0 comments on commit 60e8a27

Please sign in to comment.