Created
December 18, 2018 19:58
-
-
Save eriknelson/efd1379ce495e74bd824fcc168884c53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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