From 718855bca3019ef112caadd323aae28b1c6d8fe6 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Fri, 15 Nov 2024 12:15:20 +0800 Subject: [PATCH] increase db_max_num_sectors to be about 1000GB --- run/config-testnet-standard.toml | 2 +- run/config-testnet-turbo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run/config-testnet-standard.toml b/run/config-testnet-standard.toml index 2a88284..fce26c6 100644 --- a/run/config-testnet-standard.toml +++ b/run/config-testnet-standard.toml @@ -176,7 +176,7 @@ mine_contract_address = "0x1785c8683b3c527618eFfF78d876d9dCB4b70285" # If this limit is reached, the node will update its `shard_position` # and store only half data. # -db_max_num_sectors = 1000000000 +db_max_num_sectors = 4000000000 # The format is /, where the shard number is 2^n. # This only applies if there is no stored shard config in db. diff --git a/run/config-testnet-turbo.toml b/run/config-testnet-turbo.toml index d46951f..8db9aab 100644 --- a/run/config-testnet-turbo.toml +++ b/run/config-testnet-turbo.toml @@ -188,7 +188,7 @@ mine_contract_address = "0x6815F41019255e00D6F34aAB8397a6Af5b6D806f" # If this limit is reached, the node will update its `shard_position` # and store only half data. # -db_max_num_sectors = 1000000000 +db_max_num_sectors = 4000000000 # The format is /, where the shard number is 2^n. # This only applies if there is no stored shard config in db.