Skip to content

Commit

Permalink
Increase system wide fd limit for controller to 165k
Browse files Browse the repository at this point in the history
Change-Id: I8f1e837ddfdb5f68e9f4658c9309ffc816562696
Closes-Bug: #1582100
  • Loading branch information
Megh Bhatt committed May 23, 2016
1 parent 175d4da commit bdf91b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile/tasks/helpers.py
Expand Up @@ -1074,7 +1074,7 @@ def increase_limits_node(*args):

sysctl_conf = '/etc/sysctl.conf'
insert_line_to_file(pattern = '^fs.file-max.*',
line = 'fs.file-max = 65535',file_name = sysctl_conf)
line = 'fs.file-max = 165535',file_name = sysctl_conf)
sudo('sysctl -p')
#end increase_limits_node

Expand Down

0 comments on commit bdf91b8

Please sign in to comment.