Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
loadtest: bump fd to 65535 for locust
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Apr 17, 2017
1 parent 3a7ce28 commit 7830040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/loadtesting/fabfile.py
Expand Up @@ -47,6 +47,7 @@ def install_locust():
sudo("rm -Rf /tmp/*")
sudo("apt-get -qq update -y")
sudo("apt-get -q install tmux gcc python-dev python-zmq python-pip -y")
run("ulimit -n 65535")
run("pip install locustio requests_hawk --user")
put('locustfile.py', 'locustfile.py')

Expand Down

0 comments on commit 7830040

Please sign in to comment.