diff mbox series

[yocto-autobuilder-helper] config.json: temporarily disable pressure regulation for master-next ONLY

Message ID 20231114164702.3391746-1-Randy.MacLeod@windriver.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: temporarily disable pressure regulation for master-next ONLY | expand

Commit Message

Randy MacLeod Nov. 14, 2023, 4:47 p.m. UTC
From: Randy MacLeod <Randy.MacLeod@windriver.com>

Builds and oe-selftest runs have been seen to take around 16 hours.
Temporarily disable pressure regulation in master-next ONLY
to see if the pressure regulation is a significant part of what's
causing the slow down.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 config.json | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 0c581d1..ffe216b 100644
--- a/config.json
+++ b/config.json
@@ -50,8 +50,6 @@ 
             "BB_NUMBER_THREADS = '16'",
             "BB_NUMBER_PARSE_THREADS = '16'",
             "PARALLEL_MAKE = '-j 16 -l 52'",
-            "BB_PRESSURE_MAX_CPU = '10000'",
-            "BB_PRESSURE_MAX_IO = '10000'",
             "XZ_MEMLIMIT = '5%'",
             "XZ_THREADS = '8'",
             "ZSTD_THREADS = '8'",