Skip to content

Commit

Permalink
Release process: exclude huge files for mainnet m_assumed_blockchain_…
Browse files Browse the repository at this point in the history
…size
  • Loading branch information
laanwj authored and jonatack committed Apr 19, 2022
1 parent b4d2d74 commit e538ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Both variables are used as a guideline for how much space the user needs on thei
Note that all values should be taken from a **fully synced** node and have an overhead of 5-10% added on top of its base value.

To calculate `m_assumed_blockchain_size`, take the size in GiB of these directories:
- For `mainnet` -> the data directory, excluding the `/testnet3`, `/signet`, and `/regtest` directories
- For `mainnet` -> the data directory, excluding the `/testnet3`, `/signet`, and `/regtest` directories and any overly large files, e.g. a huge `debug.log`
- For `testnet` -> `/testnet3`
- For `signet` -> `/signet`

Expand Down

0 comments on commit e538ead

Please sign in to comment.