Issue Details
- Number
- 10754
- Title
- Think about tuning the script cache/sigcache ratios
- Description
- After #10192, we have two separate caches, which are in memory blocks of equal size. This is likely not the best possible tuning, but sadly its tricky to get right because the sigcache is now used more as a DoS protection/reorg speedup and less as a cache used in normal operation. See-also, @JeremyRubin's suggestion of using the same table and further discussion at, eg, https://github.com/bitcoin/bitcoin/pull/10192#issuecomment-313334895.
- URL
-
https://github.com/bitcoin/bitcoin/issue/10754
- Closed by
-
Back to List