mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-12 02:20:01 -03:30
Increase vagrant vm's memory size
This commit is contained in:
parent
dae9f6d3c2
commit
5fd4b4afae
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -21,7 +21,7 @@ SUPPORTED_OS = {
|
||||
$num_instances = 3
|
||||
$instance_name_prefix = "k8s"
|
||||
$vm_gui = false
|
||||
$vm_memory = 1536
|
||||
$vm_memory = 2048
|
||||
$vm_cpus = 1
|
||||
$shared_folders = {}
|
||||
$forwarded_ports = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user