when isolating cores and moving interrupts to other cores on amd epyc proccesore . it's possible that the boosted speeds are not achieved due to the configuration settings. The "nohz_full" setting you mentioned can potentially impact the processor's ability to boost its clock speed on isolated cores.
The "nohz_full" setting is used to reduce timer interrupts on selected isolated cores to minimize latency and improve real-time performance. However, this setting may also prevent the processor from entering higher clock speed states and staying at the base speed.
To address this issue and potentially enable boosted speeds on isolated cores, you can try the following steps:
Experiment with different configurations: Adjust the "nohz_full" setting to exclude some of the isolated cores and see if it allows the processor to reach boosted speeds. For example, you can try setting "nohz_full=4-11" instead of "nohz_full=4-15" to exclude a few cores from the "nohz_full" configuration.
Review BIOS settings: Check if your server's BIOS has any specific settings related to core isolation and clock speed boosting. Some BIOS versions may have options to enable or adjust the behavior of boosted speeds on isolated cores.
Update BIOS and firmware: Ensure that you have the latest BIOS version and firmware updates installed for your AMD Epyc processors. Sometimes, updates can address performance-related issues and improve compatibility with specific configurations.
Consult AMD documentation and support: Refer to the documentation and support resources provided by AMD for guidance on optimizing performance in real-time applications on Epyc processors. They may offer specific recommendations or settings to achieve boosted speeds on isolated cores.
It's important to note that making changes to BIOS settings and processor configurations can have implications for stability and compatibility. It's recommended to perform thorough testing and ensure that the changes align with your specific requirements and the recommendations provided by AMD or your hardware manufacturer.
Additionally, you may consider consulting with a specialist in real-time computing or reaching out to AMD's technical support for further assistance tailored to your specific use case and configuration.
i hope this information is very helpful for you.