Browse Source

doc: add example for building with constrained resources

discussed in github issue #6658
0.13
Jarret Dyrbye 9 years ago
parent
commit
f9298cc60e
  1. 11
      doc/build-unix.md

11
doc/build-unix.md

@ -50,12 +50,15 @@ Optional dependencies:
For the versions used in the release, see [release-process.md](release-process.md) under *Fetch and build inputs*. For the versions used in the release, see [release-process.md](release-process.md) under *Fetch and build inputs*.
System requirements Memory Requirements
-------------------- --------------------
C++ compilers are memory-hungry. It is recommended to have at least 1 GB of C++ compilers are memory-hungry. It is recommended to have at least 1.5 GB of
memory available when compiling Bitcoin Core. With 512MB of memory or less memory available when compiling Bitcoin Core. On systems with less, gcc can be
compilation will take much longer due to swap thrashing. tuned to conserve memory with additional CXXFLAGS:
./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
Dependency Build Instructions: Ubuntu & Debian Dependency Build Instructions: Ubuntu & Debian
---------------------------------------------- ----------------------------------------------

Loading…
Cancel
Save