fix
This commit is contained in:
@@ -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:
|
services:
|
||||||
cronos-zkevm-mainnet-archive-client:
|
cronos-zkevm-mainnet-archive-client:
|
||||||
@@ -88,8 +90,7 @@ services:
|
|||||||
- PGPORT=5430
|
- PGPORT=5430
|
||||||
- POSTGRES_PASSWORD=notsecurepassword
|
- POSTGRES_PASSWORD=notsecurepassword
|
||||||
command: >
|
command: >
|
||||||
postgres
|
postgres -c max_connections=200
|
||||||
-c max_connections=200
|
|
||||||
-c log_error_verbosity=terse
|
-c log_error_verbosity=terse
|
||||||
-c shared_buffers=2GB
|
-c shared_buffers=2GB
|
||||||
-c effective_cache_size=4GB
|
-c effective_cache_size=4GB
|
||||||
|
|||||||
@@ -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:
|
services:
|
||||||
cronos-zkevm-mainnet-client:
|
cronos-zkevm-mainnet-client:
|
||||||
@@ -88,8 +90,7 @@ services:
|
|||||||
- PGPORT=5430
|
- PGPORT=5430
|
||||||
- POSTGRES_PASSWORD=notsecurepassword
|
- POSTGRES_PASSWORD=notsecurepassword
|
||||||
command: >
|
command: >
|
||||||
postgres
|
postgres -c max_connections=200
|
||||||
-c max_connections=200
|
|
||||||
-c log_error_verbosity=terse
|
-c log_error_verbosity=terse
|
||||||
-c shared_buffers=2GB
|
-c shared_buffers=2GB
|
||||||
-c effective_cache_size=4GB
|
-c effective_cache_size=4GB
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
# use at your own risk
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zksync-era-boojnet-archive-client:
|
zksync-era-boojnet-archive-client:
|
||||||
@@ -85,8 +84,7 @@ services:
|
|||||||
- PGPORT=5430
|
- PGPORT=5430
|
||||||
- POSTGRES_PASSWORD=notsecurepassword
|
- POSTGRES_PASSWORD=notsecurepassword
|
||||||
command: >
|
command: >
|
||||||
postgres
|
postgres -c max_connections=200
|
||||||
-c max_connections=200
|
|
||||||
-c log_error_verbosity=terse
|
-c log_error_verbosity=terse
|
||||||
-c shared_buffers=2GB
|
-c shared_buffers=2GB
|
||||||
-c effective_cache_size=4GB
|
-c effective_cache_size=4GB
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
# use at your own risk
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zksync-era-boojnet-client:
|
zksync-era-boojnet-client:
|
||||||
@@ -85,8 +84,7 @@ services:
|
|||||||
- PGPORT=5430
|
- PGPORT=5430
|
||||||
- POSTGRES_PASSWORD=notsecurepassword
|
- POSTGRES_PASSWORD=notsecurepassword
|
||||||
command: >
|
command: >
|
||||||
postgres
|
postgres -c max_connections=200
|
||||||
-c max_connections=200
|
|
||||||
-c log_error_verbosity=terse
|
-c log_error_verbosity=terse
|
||||||
-c shared_buffers=2GB
|
-c shared_buffers=2GB
|
||||||
-c effective_cache_size=4GB
|
-c effective_cache_size=4GB
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
# use at your own risk
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zksync-era-mainnet-archive-client:
|
zksync-era-mainnet-archive-client:
|
||||||
@@ -87,8 +86,7 @@ services:
|
|||||||
- PGPORT=5430
|
- PGPORT=5430
|
||||||
- POSTGRES_PASSWORD=notsecurepassword
|
- POSTGRES_PASSWORD=notsecurepassword
|
||||||
command: >
|
command: >
|
||||||
postgres
|
postgres -c max_connections=200
|
||||||
-c max_connections=200
|
|
||||||
-c log_error_verbosity=terse
|
-c log_error_verbosity=terse
|
||||||
-c shared_buffers=2GB
|
-c shared_buffers=2GB
|
||||||
-c effective_cache_size=4GB
|
-c effective_cache_size=4GB
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
# use at your own risk
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zksync-era-mainnet-client:
|
zksync-era-mainnet-client:
|
||||||
@@ -87,8 +86,7 @@ services:
|
|||||||
- PGPORT=5430
|
- PGPORT=5430
|
||||||
- POSTGRES_PASSWORD=notsecurepassword
|
- POSTGRES_PASSWORD=notsecurepassword
|
||||||
command: >
|
command: >
|
||||||
postgres
|
postgres -c max_connections=200
|
||||||
-c max_connections=200
|
|
||||||
-c log_error_verbosity=terse
|
-c log_error_verbosity=terse
|
||||||
-c shared_buffers=2GB
|
-c shared_buffers=2GB
|
||||||
-c effective_cache_size=4GB
|
-c effective_cache_size=4GB
|
||||||
|
|||||||
Reference in New Issue
Block a user