Skip to content

Commit

Permalink
runtime-k3s-qemu-snp.yml: node-installer has too little memory
Browse files Browse the repository at this point in the history
The OOM Killer kicks in when below 600M on my Milan.
Setting to 700M to have some slack.
  • Loading branch information
blenessy committed Oct 20, 2024
1 parent cfb6771 commit bc2ebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kuberesource/parts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit bc2ebf3

Please sign in to comment.