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 b035bb4 commit 04bd15f
Showing 1 changed file with 5 additions and 0 deletions.
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 04bd15f

Please sign in to comment.