[PATCH yocto-autobuilder-helper] config.json: set pressure limits to 80 percent


Aryaman Gupta <aryaman.gupta@...>
 

Prevent severe system overload by specifying the limits of CPU and
IO pressure as 80 percent.

Signed-off-by: Aryaman Gupta <aryaman.gupta@...>
---
config.json | 2 ++
1 file changed, 2 insertions(+)

diff --git a/config.json b/config.json
index 15adeb3..01ba712 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_MAX_CPU_SOME_PRESSURE = '80'",
+ "BB_MAX_IO_SOME_PRESSURE = '80'",
"XZ_MEMLIMIT = '5%'",
"XZ_THREADS = '8'",
"ZSTD_THREADS = '8'",
--
2.35.1

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.