Increase vagrant vm's memory size

pull/1733/head
mkrasilnikov 2017-10-02 23:16:39 +03:00
parent dae9f6d3c2
commit 5fd4b4afae
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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 = {}