Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 128366734f0307d55bdaca0ed6955054cd3114e1
https://github.com/btcsuite/btcd/commit/128366734f0307d55bdaca0ed6955054cd3114e1
Author: Dave Collins <[email protected]>
Date: 2016-05-05 (Thu, 05 May 2016)
Changed paths:
M btcd.go
Log Message:
-----------
main: Limit garbage collection percentage. (#686)
This reduces the target ratio of freshly allocated data to live data to
10% in order to limit excessive overallocations by the garbage collector
during data bursts such as processing complex blocks or rapidly
receiving a lot of large transactions.