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

Ulimit debian #849

Closed
wants to merge 5 commits into from
Closed

Ulimit debian #849

wants to merge 5 commits into from

Commits on Mar 22, 2022

  1. Add templates for handling issues and pull request

    We were missing the new issues and the new pr templates.
    ph committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    0526076 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    d513cfc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    fd1a95a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. add ulimit to debian container

    Porting patch from @fearful-symmetry elastic/beats#32580
    
    > There's a bug on certain debian versions:
    > https://discuss.linuxcontainers.org/t/debian-jessie-containers-have-extremely-low-performance/1272
    > basically, apt-get has a bug where will try to iterate through every possible FD as set by the NOFILE ulimit.
    > On certain docker installs, docker will set the ulimit to a value > 10^9, which means apt-get will take >1 hour.
    > This runs across all possible debian platforms, since there's no real harm in it.
    ph committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4fc4a82 View commit details
    Browse the repository at this point in the history
  2. include followup fix

    ph committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b3fb031 View commit details
    Browse the repository at this point in the history