fix(validator_client): raise soft fd limit (#4796)

* fix(validator_client): raise soft fd limit

* Merge branch 'unstable' of https://github.com/sigp/lighthouse into rkrasiuk/raise-vc-fdlimit

* cargo lock

* Merge branch 'unstable' of https://github.com/sigp/lighthouse into rkrasiuk/raise-vc-fdlimit
This commit is contained in:
Roman Krasiuk
2024-04-30 00:55:23 +02:00
committed by GitHub
parent c33edc82eb
commit c8ffafb3f8
3 changed files with 34 additions and 1 deletions

11
Cargo.lock generated
View File

@@ -2912,6 +2912,16 @@ dependencies = [
"bytes",
]
[[package]]
name = "fdlimit"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5"
dependencies = [
"libc",
"thiserror",
]
[[package]]
name = "ff"
version = "0.12.1"
@@ -8988,6 +8998,7 @@ dependencies = [
"eth2",
"eth2_keystore",
"ethereum_serde_utils",
"fdlimit",
"filesystem",
"futures",
"hex",