From 0e994abd2bc4836f6735e930e302300e7216b8743d87304ad27ad2988485e888 Mon Sep 17 00:00:00 2001 From: Michal Seben Date: Mon, 10 Jan 2011 13:33:12 +0000 Subject: [PATCH] -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=16 --- virtualbox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtualbox.spec b/virtualbox.spec index cc2f9a6..97a9893 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -228,7 +228,9 @@ echo VBOX_WITH_VNC=1 >> Config.kmk # # VBOX_PATH_PACKAGE_DOCS set propper path for link to pdf in .desktop file # VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= just disable some functionality in gui +# -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice /usr/bin/kmk \ + -j1 \ KBUILD_VERBOSE=2 \ VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \ TOOL_YASM_AS=yasm \