This commit is contained in:
Para Dox
2025-04-13 16:02:09 +07:00
parent 912cc9388b
commit 09d8656e33
6 changed files with 12 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
---
# use at your own risk
# You need to initialize the postgres database from a db dump as described
# here https://docs-zkevm.cronos.org/for-node-hosts/running-nodes/cronos-zkevm-mainnet
# and change this yaml file temporary to run pg_restore
services:
cronos-zkevm-mainnet-archive-client:
@@ -88,8 +90,7 @@ services:
- PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword
command: >
postgres
-c max_connections=200
postgres -c max_connections=200
-c log_error_verbosity=terse
-c shared_buffers=2GB
-c effective_cache_size=4GB

View File

@@ -1,5 +1,7 @@
---
# use at your own risk
# You need to initialize the postgres database from a db dump as described
# here https://docs-zkevm.cronos.org/for-node-hosts/running-nodes/cronos-zkevm-mainnet
# and change this yaml file temporary to run pg_restore
services:
cronos-zkevm-mainnet-client:
@@ -88,8 +90,7 @@ services:
- PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword
command: >
postgres
-c max_connections=200
postgres -c max_connections=200
-c log_error_verbosity=terse
-c shared_buffers=2GB
-c effective_cache_size=4GB