Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

client/cli/src/config: Warn on low file descriptor limit #6956

Merged
3 commits merged into from
Aug 31, 2020

Commits on Aug 25, 2020

  1. client/cli/src/config: Warn on low file descriptor limit

    Substrate sets the soft file descriptor limit to the hard limit at
    startup. In the case of the latter being low already (< 10_000) a
    Substrate node under high demand might run into issues e.g. when opening
    up new TCP connections or persisting data to the database.
    
    With this commit a warn message is printed to stderr.
    mxinden committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    7b024e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    82f2060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91efb7 View commit details
    Browse the repository at this point in the history