From: Richard Purdie <[email protected]> The autobuilders have 128GB memory, we don't want them using 50% which is the default, 5% should be enough. Also limit the number of threads down from 48 to something reasonable. This may be partly causing some of our performance issues?
Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 19b4e74b3960174238acc79fd112f55706bc7385) Signed-off-by: Steve Sakoman <[email protected]> --- config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.json b/config.json index e77a8fe..b62035b 100644 --- a/config.json +++ b/config.json @@ -44,6 +44,8 @@ "BB_GENERATE_MIRROR_TARBALLS = '1'", "BB_NUMBER_THREADS = '16'", "PARALLEL_MAKE = '-j 16'", + "XZ_MEMLIMIT = '5%'", + "XZ_THREADS = '8'", "BB_TASK_NICE_LEVEL = '5'", "BB_TASK_NICE_LEVEL_task-testimage = '0'", "BB_TASK_IONICE_LEVEL = '2.7'", -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53607): https://lists.yoctoproject.org/g/yocto/message/53607 Mute This Topic: https://lists.yoctoproject.org/mt/82963691/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
