diff --git a/BUILDING.md b/BUILDING.md index c0fd9468b533ec..8590f0c6f14d7e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -594,6 +594,11 @@ rebuild may take a lot more time than previous builds. Additionally, ran `./configure` with non-default options (such as `--debug`), you will need to run it again before invoking `make -j4`. +If you received the error `nodejs g++ fatal error compilation terminated cc1plus` +during compilation, this is likely a memory issue and you should either provide +more RAM or create swap space to accommodate toolchain requirements or reduce +the number of parallel build tasks (`-j`). + ### Windows #### Tips