Skip to content

Commit

Permalink
Increase open file limit to address Gossip flakes
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
  • Loading branch information
Brett Logan authored and mastersingh24 committed Dec 17, 2019
1 parent 3a9b5e3 commit eea42cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/install_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ steps:
sudo apt-get clean
sudo apt-get update
sudo apt-get install -y libtool gcc make
echo "vsts hard nofile 65535" | sudo tee -a /etc/security/limits.conf
echo "vsts soft nofile 65535" | sudo tee -a /etc/security/limits.conf
displayName: Install Dependencies
- task: GoTool@0
inputs:
Expand Down

0 comments on commit eea42cb

Please sign in to comment.