public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: set BB_NICE_LEVEL to lower task prios
@ 2019-08-22  9:15 Henning Schild
  2019-08-22 11:03 ` Jan Kiszka
  0 siblings, 1 reply; 6+ messages in thread
From: Henning Schild @ 2019-08-22  9:15 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

From: Henning Schild <henning.schild@siemens.com>

Setting this makes your machine more "usable" while waiting for those
Isar builds.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 3d18223..6625b33 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -89,6 +89,7 @@ BB_SIGNATURE_HANDLER ?= "basichash"
 BB_STAMP_POLICY ?= "full"
 
 BB_NUMBER_THREADS ?= "${@bb.utils.cpu_count()}"
+BB_NICE_LEVEL ?= "10"
 
 BBINCLUDELOGS ??= "yes"
 
-- 
2.21.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-22 12:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22  9:15 [PATCH] bitbake.conf: set BB_NICE_LEVEL to lower task prios Henning Schild
2019-08-22 11:03 ` Jan Kiszka
2019-08-22 11:15   ` Henning Schild
2019-08-22 11:24     ` Baurzhan Ismagulov
2019-08-22 12:03       ` Henning Schild
2019-08-22 12:12         ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox