Skip to content
Snippets Groups Projects
Commit 47830896 authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #1733 from chapsuk/vagrant_mem

Increase vagrant vm's memory size
parents dae9f6d3 5fd4b4af
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment