[PATCH yocto-autobuilder-helper 1/2] config.json: enable CPU and IO pressure regulation
Aryaman Gupta <aryaman.gupta@...>
Prevent severe system overload by setting the pressure limits for CPU
and IO at 10000.
Signed-off-by: Aryaman Gupta <aryaman.gupta@...>
Signed-off-by: Randy Macleod <Randy.Macleod@...>
---
config.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config.json b/config.json
index 5f37e77..1173797 100644
--- a/config.json
+++ b/config.json
@@ -46,6 +46,8 @@
"BB_GENERATE_MIRROR_TARBALLS = '1'",
"BB_NUMBER_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'",
--
2.35.3
and IO at 10000.
Signed-off-by: Aryaman Gupta <aryaman.gupta@...>
Signed-off-by: Randy Macleod <Randy.Macleod@...>
---
config.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config.json b/config.json
index 5f37e77..1173797 100644
--- a/config.json
+++ b/config.json
@@ -46,6 +46,8 @@
"BB_GENERATE_MIRROR_TARBALLS = '1'",
"BB_NUMBER_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'",
--
2.35.3