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

Update file descriptor limits for macOS #892

Merged
merged 7 commits into from
Dec 3, 2019
Merged

Update file descriptor limits for macOS #892

merged 7 commits into from
Dec 3, 2019

Commits on Nov 25, 2019

  1. common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035)

    * common/fdlimit: cap on MacOS file limits, fixes #18994
    
    * common/fdlimit: fix Maximum-check to respect OPEN_MAX
    
    * common/fdlimit: return error if OPEN_MAX is exceeded in Raise()
    
    * common/fdlimit: goimports
    
    * common/fdlimit: check value after setting fdlimit
    
    * common/fdlimit: make comment a bit more descriptive
    
    * cmd/utils: make fdlimit happy path a bit cleaner
    holiman authored and prd-fox committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    90ff822 View commit details
    Browse the repository at this point in the history
  2. common/fdlimit: fix windows build (#19068)

    fjl authored and prd-fox committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    1948274 View commit details
    Browse the repository at this point in the history
  3. common/fdlimit: Fix compilation error in freebsd, Raise() returns uin…

    …t64 (#19141)
    
    cast limit.Cur (int64) to uint64, fix test and compilation error
    enriquefynn authored and prd-fox committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3f7c120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29dd1ba View commit details
    Browse the repository at this point in the history
  5. Apply changes from ethereum/go-ethereum#19166

    for working with Go 1.12
    prd-fox committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    32ee886 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f58e836 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

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