mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
Limiting number of concurrent traces API requests for the local stack… (#236)
* Limiting number of concurrent traces API requests for the local stack to avoid occasional OOM-s * Limiting number of verticles for Traces API node * Trying out Besu untuned and raising limit per endpoint to 2 for traces * Trying out Besu untuned and raising limit per endpoint to 2 for traces and Shomei node * Using besu untuned for arithmetization as well
This commit is contained in:
@@ -18,7 +18,7 @@ blob-compressor-version="V1_0_1"
|
||||
expected-traces-api-version-v2="v0.8.0-rc3"
|
||||
[traces.counters-v2]
|
||||
endpoints=["http://traces-node-v2:8545/"]
|
||||
request-limit-per-endpoint=20
|
||||
request-limit-per-endpoint=2
|
||||
request-retry.backoff-delay="PT1S"
|
||||
request-retry.failures-warning-threshold=2
|
||||
[traces.conflation-v2]
|
||||
|
||||
@@ -48,7 +48,7 @@ raw-execution-traces-version="0.2.0"
|
||||
expected-traces-api-version="0.2.0"
|
||||
[traces.counters]
|
||||
endpoints=["http://traces-api:8080/"]
|
||||
request-limit-per-endpoint=20
|
||||
request-limit-per-endpoint=2
|
||||
request-retry.backoff-delay="PT1S"
|
||||
request-retry.failures-warning-threshold=2
|
||||
[traces.conflation]
|
||||
@@ -69,7 +69,7 @@ traces-file-creation-wait-timeout="PT2M"
|
||||
[state-manager]
|
||||
version="2.2.0"
|
||||
endpoints=["http://shomei:8888/"]
|
||||
request-limit-per-endpoint=3
|
||||
request-limit-per-endpoint=2
|
||||
request-retry.backoff-delay="PT2S"
|
||||
request-retry.failures-warning-threshold=2
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ traces_file_extension = "json.gz"
|
||||
port = 8080
|
||||
path = "/"
|
||||
# if =0, it will create one verticle per core (or hyperthread if supported)
|
||||
number_of_verticles = 0
|
||||
number_of_verticles = 2
|
||||
observability_port = 8090
|
||||
|
||||
Reference in New Issue
Block a user