Adding instructions to modify CPU/MEMORY for VM's

This change add's a note to specify env vars to use desired
CPU and Memory for individual VM's as required

Signed-off: Syed Ahsan<syed.ahsan.shamim.zaidi@intel.com>
This commit is contained in:
Syed Ahsan Shamim Zaidi
2019-09-25 15:02:20 -07:00
committed by David Lyle
parent 4dd5d51248
commit 1f9a8cf3ef
+5
View File
@@ -26,6 +26,11 @@ Run vagrant
sudo vagrant up --provider=libvirt
```
Note, in order to spin up vagrant to use different CPU and MEMORY for individual VM's:
```bash
CPU=4 MEMORY=8096 vagrant up clr-01 --provider=libvirt
```
Note, vagrant installation steps were derived from:
* https://computingforgeeks.com/install-kvm-centos-rhel-ubuntu-debian-sles-arch/
* https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/