the 0x02 is used with Chip Pump Mode which is not used by customers. So I change the default value of Memory Interleaving to 1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10941 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f4a825875c
commit
7adbc8a27c
@ -90,7 +90,7 @@ Starting numeric id of the newly created partitions. For Power 775 using Direct
|
||||
|
||||
=item B<-m>
|
||||
|
||||
memory interleaving. The setting value only could be B<1> or B<2>. B<2> means B<non-interleaved> mode, the memory cannot be shared across the processors in an octant. B<1> means B<interleaved> mode, the memory can be shared. The default value is B<2> .
|
||||
memory interleaving. The setting value only could be B<1> or B<2>. B<2> means B<non-interleaved> mode (also 2MC mode), the memory cannot be shared across the processors in an octant. B<1> means B<interleaved> mode (also 8MC mode) , the memory can be shared. The default value is B<1> .
|
||||
|
||||
=item B<-r>
|
||||
|
||||
@ -190,7 +190,7 @@ Output is similar to:
|
||||
|
||||
then:
|
||||
|
||||
chvm lpar1 -i 1 -m 2 -r 0:1
|
||||
chvm lpar1 -i 1 -m 1 -r 0:1
|
||||
|
||||
Output is similar to:
|
||||
|
||||
@ -203,7 +203,7 @@ Output is similar to:
|
||||
|
||||
then:
|
||||
|
||||
chvm lpar1-lpar8 -i 1 -m 2 -r 0-7:1
|
||||
chvm lpar1-lpar8 -i 1 -m 1 -r 0-7:1
|
||||
|
||||
Output is similar to:
|
||||
|
||||
@ -223,7 +223,7 @@ Output is similar to:
|
||||
|
||||
then:
|
||||
|
||||
chvm lpar1-lpar9 -i 1 -m 2 -r 0:5,1-7:1
|
||||
chvm lpar1-lpar9 -i 1 -m 1 -r 0:5,1-7:1
|
||||
|
||||
Output is similar to:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user