InterviewSolution
| 1. |
How Should The Database Parameter Maxcpu Be Set For Dual Core Cpus? |
|
Answer» It is recommended to use the number of cores as a basis for calculating MAXCPU (as of VERSION 7.7., this is MaxCPUs), because the dual core CPUS have two cores with separate execution units (a separate L1 cache and SOMETIMES even a separate L2 cache). One can ALSO see FAQ 936058: MaxDB Runtime Environment, for INFORMATION about setting the database parameter MAXCPU (MaxCPUs). It is recommended to use the number of cores as a basis for calculating MAXCPU (as of Version 7.7., this is MaxCPUs), because the dual core CPUs have two cores with separate execution units (a separate L1 cache and sometimes even a separate L2 cache). One can also see FAQ 936058: MaxDB Runtime Environment, for information about setting the database parameter MAXCPU (MaxCPUs). |
|