Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
defunctec
crown-core
Commits
1649118f
Commit
1649118f
authored
8 years ago
by
Matt Corallo
Browse files
Options
Download
Email Patches
Plain Diff
Document increase in memory usage due to mempool/dbcache sharing
parent
021473a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release-notes.md
+10
-0
doc/release-notes.md
with
10 additions
and
0 deletions
+10
-0
doc/release-notes.md
View file @
1649118f
...
...
@@ -342,6 +342,16 @@ Fundrawtransaction change address reuse
-
Users should also consider using
`getrawchangeaddress()`
in conjunction
with
`fundrawtransaction`
's
`changeAddress`
option.
Unused mempool memory used by coincache
----------------------------------------
-
Before 0.14, memory reserved for mempool (using the
`-maxmempool`
option)
went unused during initial block download, or IBD. In 0.14, the UTXO DB cache
(controlled with the
`-dbcache`
option) borrows memory from the mempool
when there is extra memory available. This may result in an increase in
memory usage during IBD for those previously relying on only the
`-dbcache`
option to limit memory during that time.
0.
14.0 Change log
=================
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment