From bc2ebf38478e12322e6d57cb56a1e794ff2d5e59 Mon Sep 17 00:00:00 2001 From: Zalan Blenessy Date: Sun, 20 Oct 2024 21:00:52 +0200 Subject: [PATCH] runtime-k3s-qemu-snp.yml: node-installer has too little memory The OOM Killer kicks in when below 600M on my Milan. Setting to 700M to have some slack. --- internal/kuberesource/parts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/kuberesource/parts.go b/internal/kuberesource/parts.go index b9e93c2242..ac8e1997c3 100644 --- a/internal/kuberesource/parts.go +++ b/internal/kuberesource/parts.go @@ -158,7 +158,7 @@ func NodeInstaller(namespace string, platform platforms.Platform) (*NodeInstalle WithName("installer"). WithImage(nodeInstallerImageURL). WithResources(ResourceRequirements(). - WithMemoryLimitAndRequest(100), + WithMemoryLimitAndRequest(700), ). WithSecurityContext(SecurityContext().WithPrivileged(true).SecurityContextApplyConfiguration). WithVolumeMounts(VolumeMount().