Skip to content

Commit

Permalink
Update prover config (#1898)
Browse files Browse the repository at this point in the history
* Update prover config

* Enable multiwrite

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-24.eu-west-1.compute.internal>
  • Loading branch information
arnaubennassar and Ubuntu committed Mar 21, 2023
1 parent 9026538 commit fde26c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions config/environments/public/public.prover.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"dbNodesTableName": "state.nodes",
"dbProgramTableName": "state.program",
"dbAsyncWrite": false,
"dbMultiWrite": true,
"dbMTCacheSize": 8192,
"dbProgramCacheSize": 1024,
"cleanerPollingPeriod": 600,
"requestsPersistence": 3600,
"maxExecutorThreads": 20,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
zkevm-prover:
container_name: zkevm-prover
restart: unless-stopped
image: hermeznetwork/zkevm-prover:40338c3
image: hermeznetwork/zkevm-prover:5ad1821
depends_on:
zkevm-state-db:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ services:

zkevm-prover:
container_name: zkevm-prover
image: hermeznetwork/zkevm-prover:40338c3
image: hermeznetwork/zkevm-prover:5ad1821
ports:
# - 50051:50051 # Prover
- 50052:50052 # Mock prover
Expand Down Expand Up @@ -401,7 +401,7 @@ services:

zkevm-permissionless-prover:
container_name: zkevm-permissionless-prover
image: hermeznetwork/zkevm-prover:45df44e
image: hermeznetwork/zkevm-prover:5ad1821
ports:
# - 50058:50058 # Prover
- 50059:50052 # Mock prover
Expand Down

0 comments on commit fde26c2

Please sign in to comment.