Browse Source

Merge pull request #1733 from chapsuk/vagrant_mem

Increase vagrant vm's memory size
pull/1734/head
Brad Beam 7 years ago
committed by GitHub
parent
commit
47830896e8
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

2
Vagrantfile

@ -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…
Cancel
Save