From bbbe9f9613a0e3bc65d15740014dd8d7a1803e4c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 19 2025 19:48:38 +0000 Subject: give kiwi_build more CPUs and RAM More CPUs should speed up the builds a bit (and I *hope* the hosts can take it, if not we can back this off). More RAM should prevent erofs live image builds being killed due to OOM, we hope. Signed-off-by: Adam Williamson --- diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 93cf3dc..1962f9f 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -451,6 +451,8 @@ "MAX_JOB_TIME": "10800", "+NUMDISKS": "3", "POSTINSTALL": "_kiwi_build", + "QEMUCPUS": "4", + "QEMURAM": "8192", "ROOT_PASSWORD": "weakpassword", "USER_LOGIN": "false" }