You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node should run ulimit -n first thing on startup and refuse to start if the limit is too low. This will prevent people from running into app hash mismatch errors when the node attempts to access all the LevelDB files.
The text was updated successfully, but these errors were encountered:
Node should run
ulimit -n
first thing on startup and refuse to start if the limit is too low. This will prevent people from running into app hash mismatch errors when the node attempts to access all the LevelDB files.The text was updated successfully, but these errors were encountered: