Skip to content

Instantly share code, notes, and snippets.

@eriknelson
Created December 18, 2018 19:58
Show Gist options
  • Save eriknelson/efd1379ce495e74bd824fcc168884c53 to your computer and use it in GitHub Desktop.
Save eriknelson/efd1379ce495e74bd824fcc168884c53 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 bd18c139..9037491a 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: 8192,
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