Skip to content

Commit 3fe0b68

Browse files
committed
Set defaults to gitian defaults
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
1 parent 6ffd6b4 commit 3fe0b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/gitian-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ SIGNER=
1414
VERSION=
1515
commit=false
1616
url=https://github.com/bitcoin/bitcoin
17-
proc=4
18-
mem=4000
17+
proc=2
18+
mem=2000
1919
lxc=true
2020
osslTarUrl=http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
2121
osslPatchUrl=https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch
@@ -41,7 +41,7 @@ Options:
4141
-s|--sign Make signed binaries for Windows and Mac OSX
4242
-B|--buildsign Build both signed and unsigned binaries
4343
-o|--os Specify which Operating Systems the build is for. Default is lwx. l for linux, w for windows, x for osx
44-
-j Number of processes to use. Default 4
44+
-j Number of processes to use. Default 2
4545
-m Memory to allocate in MiB. Default 2000
4646
--kvm Use KVM instead of LXC
4747
--setup Setup the gitian building environment. Uses KVM. If you want to use lxc, use the --lxc option. Only works on Debian-based systems (Ubuntu, Debian)

0 commit comments

Comments
 (0)