mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-26 10:28:25 +00:00
Typo in vagrant instruction
This patch fixes the typo in vagrant instructions, it should be CPUS. Signed-off: Syed Ahsan <syed.ahsan.shamim.zaidi@intel.com>
This commit is contained in:
committed by
David Lyle
parent
0325a44d6f
commit
d95d82e102
@@ -26,9 +26,9 @@ Run vagrant
|
||||
sudo vagrant up --provider=libvirt
|
||||
```
|
||||
|
||||
Note, in order to spin up vagrant to use different CPU and MEMORY for individual VM's:
|
||||
Note, in order to spin up vagrant to use different CPUS and MEMORY for individual VM's:
|
||||
```bash
|
||||
CPU=4 MEMORY=8096 vagrant up clr-01 --provider=libvirt
|
||||
CPUS=4 MEMORY=8096 vagrant up clr-01 --provider=libvirt
|
||||
```
|
||||
|
||||
Note, vagrant installation steps were derived from:
|
||||
|
||||
Reference in New Issue
Block a user