Skip to content

Commit

Permalink
chore: param tuning #19
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-armstrong committed Dec 20, 2023
1 parent 1447ffe commit 55dc2ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/config/test.node.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ IsTrustedSequencer = true

[Log]
Environment = "development" # "production" or "development"
Level = "debug"
Level = "info"
Outputs = ["stderr"]

[State]
Expand Down Expand Up @@ -71,7 +71,7 @@ WriteTimeout = "60s"
MaxRequestsPerIPAndSecond = 5000
SequencerNodeURI = ""
BatchRequestsEnabled = true
BatchRequestsLimit = 100
BatchRequestsLimit = 1000
EnableL2SuggestedGasPricePolling = true
[RPC.WebSockets]
Enabled = true
Expand Down Expand Up @@ -126,7 +126,7 @@ MaxTxLifetime = "3h"
[SequenceSender]
WaitPeriodSendSequence = "15s"
LastBatchVirtualizationTimeMaxWaitPeriod = "10s"
MaxTxSizeForL1 = 131072
MaxTxSizeForL1 = 1073741824
L2Coinbase = "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
PrivateKey = {Path = "/pk/sequencer.keystore", Password = "testonly"}

Expand Down Expand Up @@ -162,7 +162,7 @@ URI = "zkevm-prover:50061"

[Executor]
URI = "zkevm-prover:50071"
MaxGRPCMessageSize = 100000000
MaxGRPCMessageSize = 10000000000

[Metrics]
Host = "0.0.0.0"
Expand Down
8 changes: 4 additions & 4 deletions test/config/test.prover.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"dbFlushInParallel": false,
"dbMTCacheSize": 1024,
"dbProgramCacheSize": 512,
"dbNumberOfPoolConnections": 30,
"dbNumberOfPoolConnections": 290,
"dbGetTree": true,
"cleanerPollingPeriod": 600,
"requestsPersistence": 3600,
"maxExecutorThreads": 20,
"maxProverThreads": 8,
"maxHashDBThreads": 8,
"maxExecutorThreads": 200,
"maxProverThreads": 80,
"maxHashDBThreads": 80,
"ECRecoverPrecalc": false,
"ECRecoverPrecalcNThreads": 4,
"stateManager": true,
Expand Down

0 comments on commit 55dc2ef

Please sign in to comment.