Reference Guide

--Proc2NumCores*
Valid Arguments read-only
Description
Displays the number of cores in the processor package..
Example:
A:>syscfg --Proc2NumCores
--Proc64bit*
Valid Arguments read-only
Description
Specifies if the installed processor supports 64-bit extensions or not..
Example:
A:>syscfg --Proc64bit
--ProcAdjCacheLine
Valid Arguments
Enabled, Disabled
Description
When set to Enabled (default), the system is optimized for
applications that require high utilization of sequential memory
access. When set to Disabled, the system is optimized for
applications that require high utilization of random memory access.
Example:
A:>syscfg --ProcAdjCacheLine=Enabled
--ProcBusSpeed*
Valid Arguments
read-only
Description
Displays the bus speed of the processor.
Example:
A:>syscfg --ProcBusSpeed
--ProcCores
Valid Arguments
1, 2, 4, 6, 8, 10, 12, 14, 16, 18
Description
Controls the number of enabled cores in each processor. The default
value is set to the maximum number of cores per processor. The
number of cores depends on the processor.
Example:
A:>syscfg --ProcCores=1
50