Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase NOFILE limit for tox-bootstrapd #1234

Merged
merged 2 commits into from
Nov 5, 2018

Commits on Nov 5, 2018

  1. Increase NOFILE limit for tox-bootstrapd

    tox-bootstrapd can use around 600 TCP sockets during TCP server's normal
    functioning. Many systems default to having a soft limit of 1024 open file
    descriptors, which we are close to reaching, so it was suggested we bump that
    limit to a higher number. iphy suggested increasing it to 32768.
    nurupo committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    5530e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d89f83f View commit details
    Browse the repository at this point in the history