Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eriknelson/aca53a78bfc0e0bae1e7f70e674308ad to your computer and use it in GitHub Desktop.
Save eriknelson/aca53a78bfc0e0bae1e7f70e674308ad to your computer and use it in GitHub Desktop.
diff --git a/pkg/asset/machines/libvirt/machines.go b/pkg/asset/machines/libvirt/machines.go
index bd18c139d..4dff08c03 100644
--- a/pkg/asset/machines/libvirt/machines.go
+++ b/pkg/asset/machines/libvirt/machines.go
@@ -67,7 +67,7 @@ func provider(clusterName string, platform *libvirt.Platform, userDataSecret str
APIVersion: "libvirtproviderconfig.k8s.io/v1alpha1",
Kind: "LibvirtMachineProviderConfig",
},
- DomainMemory: 2048,
+ DomainMemory: 16384,
DomainVcpu: 2,
Ignition: &libvirtprovider.Ignition{
UserDataSecret: userDataSecret,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment