From bf8314007ec7584bd3ca9506aee262301fef75ef Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Sat, 30 Apr 2022 12:00:00 -0400 Subject: [PATCH] Increasing size limit for data.lmdb as unable to sync to tip in 1.4.5 without this increased. --- config/config-example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config-example.toml b/config/config-example.toml index 7ebab24..d391faa 100644 --- a/config/config-example.toml +++ b/config/config-example.toml @@ -314,7 +314,7 @@ verify_accounts = true # If unset, defaults to 805,306,368,000 == 750 GiB. # # The size should be a multiple of the OS page size. -max_global_state_size = 1_099_511_627_776 +max_global_state_size = 1_904_817_995_776 # Optional depth limit to use for global state queries. #