• Allow password input in go get
env GIT_TERMINAL_PROMPT=1 go get xxxx

Configure max number of open files in:

supervisor

[supervisord]
minfds = 1000000

upstart

limit nofile 1000000 1000000

/etc/security/limits.conf

* hard nofile 1000000
* soft nofile 1000000