Skip to content

Commit

Permalink
Added note about CONTIV_CPUS
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Hosakote <vhosakot@cisco.com>
  • Loading branch information
vhosakot committed Oct 17, 2017
1 parent 68fa8a3 commit 9281037
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ $ vagrant ssh netplugin-node1
```

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

```
CONTIV_MEMORY=4096 make demo
CONTIV_MEMORY=4096 CONTIV_CPUS=2 make demo
```

CONTIV_MEMORY and CONTIV_CPUS are set to 2048 and 4 as the default values
respectively.

#### Step 2: Create a network

```
Expand Down

0 comments on commit 9281037

Please sign in to comment.