README change

This commit is contained in:
Homero Pawlowski
2017-08-02 01:16:40 -04:00
parent 4f5351ab1d
commit 45e41e2e10

View File

@@ -304,6 +304,7 @@ end
The sum of all the memory defined here will act as your total memory for your guest VM. **This sum will override what is set in `v.memory`** The sum of all the memory defined here will act as your total memory for your guest VM. **This sum will override what is set in `v.memory`**
``` ```
v.cpus = 4
v.numa_nodes = [ v.numa_nodes = [
{:id => 0, :cpus => "0-1", :memory => "1024"}, {:id => 0, :cpus => "0-1", :memory => "1024"},
{:id => 1, :cpus => "2-3", :memory => "4096"} {:id => 1, :cpus => "2-3", :memory => "4096"}