Prevent severe system overload by setting the pressure limits for CPU and IO at 10000.
Signed-off-by: Aryaman Gupta <[email protected]> Signed-off-by: Randy Macleod <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57846): https://lists.yoctoproject.org/g/yocto/message/57846 Mute This Topic: https://lists.yoctoproject.org/mt/93045689/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
