Closed bitcartel closed 2 years ago
Until now, I've been applying the following diff (in addition to altering the Vagrantfile):
diff --git a/roles/gitian/templates/gitian-build.sh b/roles/gitian/templates/gitian-build.sh
index 99ed244..86451b2 100644
--- a/roles/gitian/templates/gitian-build.sh
+++ b/roles/gitian/templates/gitian-build.sh
@@ -15,8 +15,8 @@ SIGNER="{{ gpg_key_name }}"
VERSION={{ zcash_version }}
commit=false
url={{ zcash_git_repo_url }}
-proc=2
-mem=3584
+proc=4
+mem=7584
lxc=true
scriptName=$(basename -- "$0")
signProg="gpg2 --detach-sign"
My Vagrantfile has this:
But inside the VM, gitian-build.sh remains as: https://github.com/zcash/zcash-gitian/blob/master/roles/gitian/templates/gitian-build.sh#L18