No description provided.
Document increase in memory usage due to mempool/dbcache sharing #9866
pull TheBlueMatt wants to merge 1 commits into bitcoin:0.14 from TheBlueMatt:2017-02-share-mem-release-notes changing 1 files +10 −0-
TheBlueMatt commented at 5:16 PM on February 26, 2017: member
-
TheBlueMatt commented at 5:16 PM on February 26, 2017: member
I believe this is a sufficient fix for #9857.
-
paveljanik commented at 5:23 PM on February 26, 2017: contributor
ACK https://github.com/bitcoin/bitcoin/pull/9866/commits/1e9e320dc98a69661484842bfde9d1c24fb52ecb
Maybe we should (in other PR) add a small doc about using Bitcoin Core on low-memory systems (recommendation for IBD, for normal run, blocksonly etc.).
-
MarcoFalke commented at 5:36 PM on February 26, 2017: member
ACK 1e9e320
- MarcoFalke added the label Docs and Output on Feb 26, 2017
- MarcoFalke added this to the milestone 0.14.0 on Feb 26, 2017
-
laanwj commented at 8:16 PM on February 26, 2017: member
utACK
Maybe we should (in other PR) add a small doc about using Bitcoin Core on low-memory systems (recommendation for IBD, for normal run, blocksonly etc.).
I have such a document though it's not been updated in a while so some things are probably no longer relevant.
- gmaxwell approved
-
gmaxwell commented at 8:31 PM on February 26, 2017: contributor
ACK.
-
in doc/release-notes.md:None in 1e9e320dc9 outdated
341 | @@ -342,6 +342,16 @@ Fundrawtransaction change address reuse 342 | - Users should also consider using `getrawchangeaddress()` in conjunction 343 | with `fundrawtransaction`'s `changeAddress` option. 344 | 345 | +Unused mempool memory used by coincache 346 | +---------------------------------------- 347 | + 348 | +- Before 0.14, memory reserved for mempool (using the `-maxmempool` option) 349 | + went unused during initial block download. In 0.14, the UTXO DB cache 350 | + (controled with the `-dbcache` option) borrows memory from the mempool
sdaftuar commented at 3:12 PM on February 27, 2017:nit: "controlled"
TheBlueMatt commented at 7:15 PM on February 27, 2017:Fixed.
TheBlueMatt force-pushed on Feb 27, 2017Document increase in memory usage due to mempool/dbcache sharing 50ae5c711ain doc/release-notes.md:None in 919753c9d7 outdated
347 | + 348 | +- Before 0.14, memory reserved for mempool (using the `-maxmempool` option) 349 | + went unused during initial block download. In 0.14, the UTXO DB cache 350 | + (controlled with the `-dbcache` option) borrows memory from the mempool 351 | + when there is extra memory available. This may result in an increase in 352 | + memory usage during IBD for those previously relying on only the `-dbcache`
sdaftuar commented at 7:57 PM on February 27, 2017:(Sorry for trickling my review comments, but I was about to ACK and then just noticed this:) Perhaps "IBD" is too much jargon for release notes?
TheBlueMatt commented at 8:29 PM on February 27, 2017:Hmm, "initial block download" was mentioned a few lines up...I clarified there.
TheBlueMatt force-pushed on Feb 27, 2017dcousens approvedlaanwj commented at 10:45 AM on February 28, 2017: memberIt may be worth it to also update @laanwj's low-memory suggestions, and include it in the doc/ directory?
Yes that would be useful, I planned to do that at some point when the document was ready. But it was never ready because things are always changing :)
laanwj merged this on Feb 28, 2017laanwj closed this on Feb 28, 2017laanwj referenced this in commit 1f83663bc2 on Feb 28, 2017MarcoFalke locked this on Sep 8, 2021LabelsMilestone
0.14.0
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-22 18:15 UTC
More mirrored repositories can be found on mirror.b10c.me