17 Jan
2022
17 Jan
'22
11:28
http://bugzilla.opensuse.org/show_bug.cgi?id=1194739 http://bugzilla.opensuse.org/show_bug.cgi?id=1194739#c4 --- Comment #4 from Dominique Leuenberger <dimstar@opensuse.org> --- (In reply to Stefan Dirsch from comment #3)
%build +# try to avoid OOM on ppc64 (boo#1194739) +%ifarch ppc64 ppc64le +%limit_build -m 12000 +%endif
That will mean it claims 'build as much parallel as you can, assuming 12G memory per thread' with such a high number this will be static equivalent to -j 1 (we have probably not a single worker with > 24GB of RAM in the PPC pool) Is that really what you mean to do? -- You are receiving this mail because: You are on the CC list for the bug.