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
Change-Id: If7560b46f662b9ef5f2deae2f3196025813664a1
Closes-Bug: #1582100
  • Loading branch information
Megh Bhatt committed May 23, 2016
1 parent aab510c commit 50ddd46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrail/environment/modules/contrail/manifests/database.pp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
group => cassandra,
}
}
$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 50ddd46

Please sign in to comment.