Skip to content

Commit 9281037

Browse files
committed
Added note about CONTIV_CPUS
Signed-off-by: Vikram Hosakote <[email protected]>
1 parent 68fa8a3 commit 9281037

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,15 @@ $ vagrant ssh netplugin-node1
3939
```
4040

4141
Optionally, variables can be passed to Makefile if needed. For example, to
42-
use 4 GB memory for the vagrant VMs, run:
42+
use 4 GB memory and 2 CPUs for the vagrant VMs, run:
4343

4444
```
45-
CONTIV_MEMORY=4096 make demo
45+
CONTIV_MEMORY=4096 CONTIV_CPUS=2 make demo
4646
```
4747

48+
CONTIV_MEMORY and CONTIV_CPUS are set to 2048 and 4 as the default values
49+
respectively.
50+
4851
#### Step 2: Create a network
4952

5053
```

0 commit comments

Comments
 (0)