mirror of https://github.com/hyperledger/besu
Remove log statements that are keeping references to objects for too long (#4705)
* Remove log statements that are keeping references to objects for too much time Improvement in terms of reducing java heap used, since the logs were keeping reference to blocks sent by newPayload, that causes high memory consumption during initial sync, and could be one of the causes that prevent to complete snap sync on low spec machines. Exceptions are also logged by the backward sync, so there is no loss of information. Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>pull/4708/head
parent
6d6e8e0727
commit
098558a274
Loading…
Reference in new issue