Home | Previous Page | Next Page   Appendix D. Discontinued Configuration Parameters >

AFF_SPROC

onconfig.std value
0
units
CPU number
range of values
0 through (AFF_NPROCS - NUMCPUVPS + 1)
takes effect
When the database server shuts down and restarts
refer to
The following material:

On multiprocessor computers that support processor affinity, AFF_SPROC specifies the CPU, starting with 0, on which the database server starts binding CPU virtual processors to CPUs. The AFF_NPROCS parameter specifies the number of CPUs that the database server will use. The NUMCPUVPS parameter specifies the number of CPU virtual processors to be started, and the AFF_SPROC parameter specifies the CPU on which the first virtual processor is to start. For example, if you assign eight CPUs (AFF_NPROCS = 8), and set NUMCPUVPS to 3 and AFF_SPROC to 5, the database server binds CPU virtual processors to the fifth, sixth, and seventh CPUs.

Important:
Use VPCLASS instead of AFF_SPROC to specify processor affinity. You cannot use both AFF_SPROC and VPCLASS cpu in the same ONCONFIG file.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]