From f7502178ebe8e07fa5513c44067d8b6f48af4abd Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:37:51 +0200 Subject: [PATCH] update --- metis-archive.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/metis-archive.yml b/metis-archive.yml index cb998830..1a1d2f44 100644 --- a/metis-archive.yml +++ b/metis-archive.yml @@ -1,8 +1,6 @@ -version: "3.1" - services: metis-archive-dtl: - image: metisdao/dtl:v0.1.2 + image: metisdao/dtl:v0.1.3 restart: unless-stopped stop_grace_period: 30s environment: @@ -10,7 +8,7 @@ services: DATA_TRANSPORT_LAYER__L1_RPC_ENDPOINT: "${METIS_L1_RPC:-https://eth.llamarpc.com}" DATA_TRANSPORT_LAYER__L2_RPC_ENDPOINT: "https://andromeda.metis.io" DATA_TRANSPORT_LAYER__SYNC_FROM_L1: true - DATA_TRANSPORT_LAYER__SYNC_FROM_L2: true + DATA_TRANSPORT_LAYER__SYNC_FROM_L2: false DATA_TRANSPORT_LAYER__L2_CHAIN_ID: 1088 DATA_TRANSPORT_LAYER__DB_PATH: "/data/db" DATA_TRANSPORT_LAYER__SERVER_PORT: 7878 @@ -34,7 +32,7 @@ services: DATA_TRANSPORT_LAYER__BATCH_INBOX_START_INDEX: 42647 DATA_TRANSPORT_LAYER__BATCH_INBOX_L1_HEIGHT: 19438451 DATA_TRANSPORT_LAYER__SYNC_L1_BATCH: false - NODE_OPTIONS: "--max-old-space-size=4096" + NODE_OPTIONS: "--max-old-space-size=16384" expose: - 7878 volumes: @@ -48,7 +46,7 @@ services: - chains metis-archive: - image: metisdao/l2geth:v0.3.3 + image: metisdao/l2geth:v0.3.5 #entrypoint: ["sh", "/scripts/geth.sh"] restart: unless-stopped stop_grace_period: 2m