Created
January 7, 2019 18:32
-
-
Save eriknelson/aca53a78bfc0e0bae1e7f70e674308ad 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 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