Have default, commented values for parallelism reflect quad-core
hosts.
Signed-off-by: Robert P. J. Day <[email protected]>
---
i'll admit it, i'm just lazy as i do all my work on a quad-core
system and i'm constantly changing 4 to 8. and the proper values for a
quad-core system *should* be 4, not 8, anyway, isn't that right?
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 85205c5..85164a0 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -17,14 +17,14 @@
# These two options control how much parallelism BitBake should use. The first
# option determines how many tasks bitbake should run in parallel:
#
-#BB_NUMBER_THREADS = "4"
+#BB_NUMBER_THREADS = "8"
#
# The second option controls how many processes make should run in parallel
when
# running compile tasks:
#
-#PARALLEL_MAKE = "-j 4"
+#PARALLEL_MAKE = "-j 8"
#
-# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4"
would
+# For a quad-core machine, BB_NUMBER_THREADS = "8", PARALLEL_MAKE = "-j 8"
would
# be appropriate for example.
#
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core