Merge pull request #1733 from chapsuk/vagrant_mem

Increase vagrant vm's memory size
This commit is contained in:
Brad Beam 2017-10-02 15:45:37 -05:00 committed by GitHub
commit 47830896e8

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