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: I095470ee0746a48f4867076712fbce895dcf5165
Closes-Bug: #1582100
  • Loading branch information
Megh Bhatt committed May 23, 2016
1 parent 4d56e36 commit 19029f4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,9 @@
}
contain ::contrail::database::config_cassandra
contain ::contrail::database::new_config_zk_files_setup

$database_sysctl_settings = {
'fs.file-max' => { value => 165535 },
}
create_resources(sysctl::value, $database_sysctl_settings, {} )
}

0 comments on commit 19029f4

Please sign in to comment.