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
I'm running it with systemd and adding LimitNOFILE=4096 to [SERVICE] section of systemd service file seem to help, based on the link above 100000 will be more reliable.
Alternatively user needs to execute ulimit -n 100000 before start
The text was updated successfully, but these errors were encountered:
dzdidi
added a commit
to dzdidi/electrs
that referenced
this issue
Oct 16, 2024
Linux default
ulimit -n
is1024
which is not enough.Note that this is not the case for https://github.com/romanz/electrs, see https://github.com/Blockstream/electrs/blob/new-index/src%2Fnew_index%2Fdb.rs#L88C69-L88C76
I'm running it with systemd and adding
LimitNOFILE=4096
to[SERVICE]
section of systemd service file seem to help, based on the link above100000
will be more reliable.Alternatively user needs to execute
ulimit -n 100000
before startThe text was updated successfully, but these errors were encountered: