Displaying 1 result from an estimated 1 matches for "respartition".
Did you mean:
  repartition
  
2014 Sep 12
1
Inconsistent behavior between x86_64 and ppc64 when creating guests with NUMA node placement
...<cell cpus='3' memory='2097152'/>
     </numa>
   </cpu>
Note that the memory for each cell is 6144*1024 and 2048*1024 
respectively. The issue is that the memory size for each NUMA cell 
should be specified in KiB, not MB 
(http://libvirt.org/formatdomain.html#resPartition "|memory| specifies 
the node memory in kibibyte").
In short, it seems that specifying NUMA cell memory in MB works on 
x86_64 but not on ppc64. Does anyone have any insight to what's causing 
this, or if I'm misunderstanding something? Any help is appreciated, 
thank you!
Regar...