This setting can be used to select the type of process address space randomization. Defaults differ based on whether the architecture supports ASLR, whether the kernel was built with the CONFIG_COMPAT_BRK option or not, or the kernel boot options used.
Possible settings:randomize_va_space entry in the
Linux sysctl documentation.
THP is an abstraction layer that automates most aspects of creating, managing, and using huge pages. It is designed to hide much of the complexity in using huge pages from system administrators and developers. Huge pages increase the memory page size from 4 kilobytes to 2 megabytes. This provides significant performance advantages on systems with highly contended resources and large memory workloads. If memory utilization is too high or memory is badly fragmented which prevents hugepages being allocated, the kernel will assign smaller 4k pages instead. Most recent Linux OS releases have THP enabled by default.
THP usage is controlled by the sysfs setting/sys/kernel/mm/transparent_hugepage/enabled.
Possible values:
/sys/kernel/mm/transparent_hugepage/defrag.
Possible values:
Governors are power schemes for the CPU. It is in-kernel pre-configured power schemes for the CPU and allows you to change the clock speed of the CPUs on the fly. On Linux systems can set the govenor for all CPUs through the cpupower utility with the following command:
Below are govenors in the Linux kernel.
A commandline interface for switching between different tuning profiles available in supported Linux distributions. The distribution provided profiles are located in /usr/lib/tuned and the user defined profiles in /etc/tuned. To set a profile, one can issue the command "tuned-adm profile (profile_name)". Below are details about some relevant profiles.
TDP is an acronym for “Thermal Design Power.” TDP is the recommended target for power used when designing the cooling capacity for a server. EPYC processors are able to control this target power consumption within certain limits. This capability is referred to as “configurable TDP” or "cTDP." cTDP can be used to reduce power consumption for greater efficiency, or in some cases, increase power consumption above the default value to provide additional performance. cTDP is controlled using a BIOS option.
The default EPYC cTDP value corresponds with the microprocessor’s nominal TDP. For the EPYC 8325P, the default value is 175W. The default cTDP value is set at a good balance between performance and energy efficiency. The EPYC 8325P cTDP can be reduced as low as 155W, which will minimize the power consumption for the processor under load, but at the expense of peak performance. Increasing the EPYC 8325P cTDP to 225W will maximize peak performance by allowing the CPU to maintain higher dynamic clock speeds, but will make the microprocessor less energy efficient. Note that at maximum cTDP, the CPU thermal solution must be capable of dissipating at least 225W or the EPYC 8325P processor might engage in thermal throttling under load.
The available cTDP ranges for each EPYC model are in the table below:| Model | Nominal TDP | Minimum cTDP | Maximum cTDP* |
|---|---|---|---|
| EPYC 8635P | 225W | 155W | 225W |
| EPYC 8535P | 210W | 155W | 225W |
| EPYC 8435P | 200W | 155W | 225W |
| EPYC 8325P | 175W | 155W | 225W |
| EPYC 8225P | 160W | 155W | 225W |
| EPYC 8125P | 125W | 120W | 150W |
| EPYC 8025P | 95W | 70W | 100W |