From 145ac6ffb53d5b4ec11b464523c363f8302a8daf Mon Sep 17 00:00:00 2001 From: maurezen <maurezen@users.noreply.github.com> Date: Tue, 5 Jun 2018 09:16:06 +0300 Subject: [PATCH] Update FAQ.md Internal compiler error on low-RAM machines --- doc/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index aa6fb89..a8adf06 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -11,6 +11,7 @@ * [How can I mine Monero](#how-can-i-mine-monero) * [Why is Monero named monero7](#why-is-monero-named-monero7) * [Which currency must be chosen if my fork coin is not listed](#which-currency-must-be-chosen-if-my-fork-coin-is-not-listed) +* [Internal compiler error: Killed (program cc1plus)](#internal-compiler-error) ## "Obtaining SeLockMemoryPrivilege failed." @@ -87,3 +88,7 @@ To avoid configuration conflicts after the hard fork of Monero to the new POW wi If your coin you want to mine is not listed please check the documentation of the coin and try to find out if `cryptonight` or `cryptonight-lite` is the used algorithm. Select one of these generic coin algorithms. + +## Internal compiler error + +Seeing `g++: internal compiler error: Killed (program cc1plus)` is probably related to not enough RAM to compile. 1 Gb RAM should be enough (it is on clean Ubuntu 16.04). -- GitLab