* [PATCH] cmake: Disable parallelism
@ 2016-01-22 11:10 Daniel Weismüller
2016-01-22 11:48 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Weismüller @ 2016-01-22 11:10 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
Building cmake uses a high amount of memory (>2G) and
fails to build on my system. Using less processes reduces
memory usage and lets the build succeed.
Signed-off-by: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
---
lfs/cmake | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lfs/cmake b/lfs/cmake
index e3d2119..a9ada50 100644
--- a/lfs/cmake
+++ b/lfs/cmake
@@ -32,9 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
-ifeq "$(MACHINE)" "armv5tel"
- MAKETUNING = -j2
-endif
+MAKETUNING = -j2
###############################################################################
# Top-level Rules
--
2.4.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] cmake: Disable parallelism
2016-01-22 11:10 [PATCH] cmake: Disable parallelism Daniel Weismüller
@ 2016-01-22 11:48 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2016-01-22 11:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 994 bytes --]
Hello Daniel,
thanks for this build fix.
There might be others as well as someone has recently reported on the
bugtracker that too much memory is used during the first build.
Best,
-Michael
On Fri, 2016-01-22 at 12:10 +0100, Daniel Weismüller wrote:
> Building cmake uses a high amount of memory (>2G) and
> fails to build on my system. Using less processes reduces
> memory usage and lets the build succeed.
>
> Signed-off-by: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
> ---
> lfs/cmake | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/lfs/cmake b/lfs/cmake
> index e3d2119..a9ada50 100644
> --- a/lfs/cmake
> +++ b/lfs/cmake
> @@ -32,9 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
>
> -ifeq "$(MACHINE)" "armv5tel"
> - MAKETUNING = -j2
> -endif
> +MAKETUNING = -j2
>
> ####################################################################
> ###########
> # Top-level Rules
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-22 11:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22 11:10 [PATCH] cmake: Disable parallelism Daniel Weismüller
2016-01-22 11:48 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox