mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-26 18:36:03 +00:00
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:
committed by
David Lyle
parent
4dd5d51248
commit
1f9a8cf3ef
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user