diff options
author | Carl Dong <contact@carldong.me> | 2021-02-16 12:29:01 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-02-19 11:29:56 -0500 |
commit | 95990b9f3278360b63e79d6975af4ab5009c66ba (patch) | |
tree | 33a768cb3b21ecb5b581fb03b17523ce2aee6999 /contrib/guix/README.md | |
parent | 5e6df1132656995ce5b9ce279d5a9808ea52ab32 (diff) |
guix: Update conservative space requirements
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r-- | contrib/guix/README.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index e83f53dac3..e218ba89a0 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -13,11 +13,9 @@ We achieve bootstrappability by using Guix as a functional package manager. Conservatively, a x86_64 machine with: -- 4GB of free disk space on the partition that /gnu/store will reside in -- 24GB of free disk space on the partition that the Bitcoin Core git repository - resides in - -> Note: these requirements are slightly less onerous than those of Gitian builds +- 16GB of free disk space on the partition that /gnu/store will reside in +- 8GB of free disk space per platform triple you're planning on building (see + the `HOSTS` environment variable description) ## Setup |