You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to increase the tree size so that I can achieve a smaller block size on a 1 TiB transfer. Before I simply do so (and add a command line option), are there any specific challenges of which I should be aware? An 8x increase in number of blocks would be sufficient to meet my needs.
The text was updated successfully, but these errors were encountered:
Specifically, would there be a concern to making the value at sync.go:206 (1048576) parameterized as something like maxBlocks? This wouldn't increase the depth, but would increase order beyond the current max of 7. Obviously this would proportionally increase the memory requirements for the Merkle tree.
I would like to increase the tree size so that I can achieve a smaller block size on a 1 TiB transfer. Before I simply do so (and add a command line option), are there any specific challenges of which I should be aware? An 8x increase in number of blocks would be sufficient to meet my needs.
The text was updated successfully, but these errors were encountered: