erigon-pulse/node
Mark Holt 9dfc8e0bde
Only reduce the consensus db size based on flags values (#8321)
This is to fix an issue with resource usage if the db.size.limit is
increased from its default setting of 2TB. This is applied to the chain
DB, but should not be used on the consensus DB which has smaller data
requirements. Expanding both DBs results in excessive RAM being reserved
by the underlying OS.
2023-09-28 19:25:12 +01:00
..
nodecfg Devnet macos startup and windows committed memory startup fixes (#7832) 2023-07-02 22:37:23 +01:00
doc.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
endpoints.go Cleaned up error handling in network and node start-up (#7811) 2023-06-28 18:21:15 +01:00
errors.go Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +07:00
lifecycle.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
node_example_test.go [Devnet tool] Side-quest to improve logging - part 1 (#7445) 2023-05-07 07:28:15 +01:00
node_test.go Devnet macos startup and windows committed memory startup fixes (#7832) 2023-07-02 22:37:23 +01:00
node.go Only reduce the consensus db size based on flags values (#8321) 2023-09-28 19:25:12 +01:00
rpcstack_test.go torrent: add --webseeds cli arg (#8176) 2023-09-12 12:18:47 +07:00
rpcstack.go 7667 cli params vhost (#7669) 2023-06-09 14:12:11 +01:00
utils_test.go Remove unused code from Node struct (#6978) 2023-03-01 08:04:27 +00:00