Merged
Conversation
babbd99 to
341e5a6
Compare
hebasto
reviewed
Jul 5, 2019
Member
hebasto
left a comment
There was a problem hiding this comment.
Approach ACK 341e5a673a9dd3ef9d225e49362a600d7bd4f213
Contributor
|
utACK 341e5a673a9dd3ef9d225e49362a600d7bd4f213 modulo @hebasto's nits :-) |
Contributor
|
Shouldn't this be linked to from |
Co-Authored-By: Wladimir J. van der Laan <[email protected]>
341e5a6 to
64b27c4
Compare
Member
Author
|
Have removed the old version mentions, as well as fixed some styling and wording.
Added a link from |
Contributor
|
ACK 64b27c4 |
Member
|
ACK 64b27c4, I have reviewed the changes and they look OK, I agree they can be merged. Also a link from |
promag
reviewed
Jul 6, 2019
Contributor
promag
left a comment
There was a problem hiding this comment.
Noice ACK, just had a quick look and also didn't confirm since x.x.x versions - not sure if it's relevant here.
Contributor
|
Good idea! |
fanquake
added a commit
that referenced
this pull request
Jul 8, 2019
64b27c4 docs: add reduce-memory.md (fanquake) Pull request description: Following some discussion in bitcoin-core/docs#50, this adds Wladimir's [reducing bitcoind memory usage gist](https://gist.github.com/laanwj/efe29c7661ce9b6620a7) to `/doc`. The conclusion seemed to be that if the main repo already has [reduce-traffic.md](https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-traffic.md), then we could also add `reduce-memory.md`. ACKs for top commit: practicalswift: ACK 64b27c4 hebasto: ACK 64b27c4, I have reviewed the changes and they look OK, I agree they can be merged. Also a link from `/doc/README.md` has been tested. jonasschnelli: ACK 64b27c4 Tree-SHA512: 0ab3035403e5145cfe33c29990a8d082df834ac6602b4ad6bfa821523d57e8451f0cde3017fbf3c2c4e0b34941b6374909d11d27f9598e211bbc14accd487be1
Contributor
jasonbcox
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Oct 9, 2020
Summary: Add a documentation page on keeping memory usage low when running bitcoind Co-Authored-By: Wladimir J. van der Laan <[email protected]> Backport of Core [[bitcoin/bitcoin#16339 | PR16339]] Test Plan: Proof-reading in a markdown viewer. Reviewers: O1 Bitcoin ABC, #bitcoin_abc, deadalnix Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D7847
random-zebra
added a commit
to PIVX-Project/PIVX
that referenced
this pull request
Mar 24, 2021
caa6734 docs: add reduce-memory.md (fanquake) Pull request description: There are a few parameters that can be dialed down to reduce the memory usage of `pivxd`. This can be useful on embedded systems or small VPSes. Back ported + adapted `reduce-memory.md` document created in bitcoin#16339. ACKs for top commit: Fuzzbawls: utACK caa6734 random-zebra: utACK caa6734 and merging... Tree-SHA512: 54b6cf1be321e73a0477bb7bd8c02c61d4af524ac8275be28c609bd2ce89656ed323fdf9345e8a03ce9e9187d0e8332c21f65f562b3942046811b49c6aa3b67f
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
Jul 1, 2021
64b27c4 docs: add reduce-memory.md (fanquake) Pull request description: Following some discussion in bitcoin-core/docs#50, this adds Wladimir's [reducing bitcoind memory usage gist](https://gist.github.com/laanwj/efe29c7661ce9b6620a7) to `/doc`. The conclusion seemed to be that if the main repo already has [reduce-traffic.md](https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-traffic.md), then we could also add `reduce-memory.md`. ACKs for top commit: practicalswift: ACK 64b27c4 hebasto: ACK 64b27c4, I have reviewed the changes and they look OK, I agree they can be merged. Also a link from `/doc/README.md` has been tested. jonasschnelli: ACK 64b27c4 Tree-SHA512: 0ab3035403e5145cfe33c29990a8d082df834ac6602b4ad6bfa821523d57e8451f0cde3017fbf3c2c4e0b34941b6374909d11d27f9598e211bbc14accd487be1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following some discussion in bitcoin-core/docs#50, this adds Wladimir's reducing bitcoind memory usage gist to
/doc.The conclusion seemed to be that if the main repo already has reduce-traffic.md, then we could also add
reduce-memory.md.