mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
9dfc8e0bde
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. |
||
---|---|---|
.. | ||
nodecfg | ||
doc.go | ||
endpoints.go | ||
errors.go | ||
lifecycle.go | ||
node_example_test.go | ||
node_test.go | ||
node.go | ||
rpcstack_test.go | ||
rpcstack.go | ||
utils_test.go |