updating readme with increased CPUS and MEMORY value for vagrant VMs (#242)

This commit is contained in:
Khanak Nangia
2019-10-25 12:07:36 -07:00
committed by GitHub
parent 6972963363
commit 598289573b
+1 -1
View File
@@ -13,7 +13,7 @@ Follow instructions in the [Vagrant docs](https://www.vagrantup.com/intro/gettin
Or, follow our [detailed steps](vagrant.md)
Now you have a 3 node cluster up and running. Each of them have 2 vCPU, 4GB Memory, 2x10GB disks, 1 additional private network.
Now you have a 3 node cluster up and running. Each of them have 4 vCPU, 8GB Memory, 2x10GB disks, 1 additional private network.
Customize the setup using environment variables. E.g., `NODES=2 MEMORY=16384 CPUS=8 vagrant up --provider=libvirt`
To login to the master node and change to this directory