Skip to content

Commit 4babd08

Browse files
committed
doc: Add note about memory reqs for compilation
1 parent 25333a2 commit 4babd08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/build-unix.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ Licenses of statically linked libraries:
5252
- protobuf 2.5.0
5353
- libqrencode 3.2.0
5454

55+
System requirements
56+
--------------------
57+
58+
C++ compilers are memory-hungry. It is recommended to have at least 1 GB of
59+
memory available when compiling Bitcoin Core. With 512MB of memory or less
60+
compilation will take much longer due to swap thrashing.
61+
5562
Dependency Build Instructions: Ubuntu & Debian
5663
----------------------------------------------
5764
Build requirements:

0 commit comments

Comments
 (0)