Skip to content

Commit 7f4dc57

Browse files
Gandalf-the-Greyvogel76
authored andcommitted
Removed transaction status parameters (now auto tuned). Greatly reduced shared file size (kept large safety buffer).
1 parent 8515858 commit 7f4dc57

5 files changed

Lines changed: 2 additions & 17 deletions

File tree

contrib/config-for-ahnode.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ account-history-rocksdb-path = "blockchain/account-history-rocksdb-storage"
3636
# you can use tmpfs for that state file
3737
# make sure you have enough free space
3838
# shared-file-dir = "/run/hive"
39-
shared-file-size = 28G
39+
shared-file-size = 12G
4040

4141
p2p-endpoint = 0.0.0.0:2001
4242

43-
transaction-status-block-depth = 64000
44-
transaction-status-track-after-block = 87000000
45-
4643
webserver-http-endpoint = 127.0.0.1:8091
4744
webserver-ws-endpoint = 127.0.0.1:8090

contrib/config-for-docker.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ account-history-rocksdb-path = "blockchain/account-history-rocksdb-storage"
3030
# you can use tmpfs for that state file
3131
# make sure you have enough free space
3232
# shared-file-dir = "/run/hive"
33-
shared-file-size = 28G
33+
shared-file-size = 12G
3434

3535
# Defines a range of accounts to track as a json pair ["from","to"]
3636
# Uncomment lines to track only your own exchange account
@@ -54,9 +54,6 @@ account-history-rocksdb-track-account-range = ["gtg","gtg"]
5454

5555
p2p-endpoint = 0.0.0.0:2001
5656

57-
transaction-status-block-depth = 64000
58-
transaction-status-track-after-block = 87000000
59-
6057
webserver-http-endpoint = 127.0.0.1:8091
6158
webserver-ws-endpoint = 127.0.0.1:8090
6259

doc/example_config.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ account-history-rocksdb-track-account-range = ["gtg","gtg"]
4747

4848
p2p-endpoint = 0.0.0.0:2001
4949

50-
transaction-status-block-depth = 64000
51-
transaction-status-track-after-block = 87000000
52-
5350
webserver-http-endpoint = 127.0.0.1:8091
5451
webserver-ws-endpoint = 127.0.0.1:8090
5552

docker/config_5M.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ shared-file-scale-rate = 1000
4242

4343
p2p-endpoint = 0.0.0.0:2001
4444

45-
transaction-status-block-depth = 64000
46-
transaction-status-track-after-block = 54500000
47-
4845
webserver-http-endpoint = 0.0.0.0:8091
4946
webserver-ws-endpoint = 0.0.0.0:8090

docker/config_mirrornet_5M.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ shared-file-scale-rate = 1000
3838

3939
p2p-endpoint = 0.0.0.0:2001
4040

41-
transaction-status-block-depth = 64000
42-
transaction-status-track-after-block = 54500000
43-
4441
webserver-http-endpoint = 0.0.0.0:8091
4542
webserver-ws-endpoint = 0.0.0.0:8090
4643

0 commit comments

Comments
 (0)