[opensuse-packaging] how to chnage amount of make jobs in a prefered way?
Hi All, Package poco has een enormous memory footprint while building. When building on x86_64 OBS workers the build even fails. The build is OK locally for me, due to more internal memory. The make flag is like this "make %{?_smp_mflags}" which is the preferred make for the spec file. What is the preferred way to reduce the make jobs so this package get build? Regards, Joop. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 20.04.2012 09:04, Joop Boonen wrote:
Hi All,
Package poco has een enormous memory footprint while building. When building on x86_64 OBS workers the build even fails. The build is OK locally for me, due to more internal memory.
The make flag is like this "make %{?_smp_mflags}" which is the preferred make for the spec file. What is the preferred way to reduce the make jobs so this package get build?
Use make -j1 and live with it Greetings, Stephan -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Am Freitag, 20. April 2012, 09:04:14 schrieb Joop Boonen:
Hi All,
Package poco has een enormous memory footprint while building. When building on x86_64 OBS workers the build even fails. The build is OK locally for me, due to more internal memory.
The make flag is like this "make %{?_smp_mflags}" which is the preferred make for the spec file. What is the preferred way to reduce the make jobs so this package get build?
Currently not using this macro is the only way. I hope we will have later this year a capability based job assignment support. -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Joop Boonen
-
Stephan Kulow