LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   dynamic tickless kernel option (https://www.linuxquestions.org/questions/linux-server-73/dynamic-tickless-kernel-option-4175702362/)

LinuxLover 10-20-2021 12:59 PM

dynamic tickless kernel option
 
Hi,
While going through RHEL 8 CPU performance tuning guide

https://access.redhat.com/documentat...nd-performance

This guide is suggesting to enable dynamic tickless option in kernel for latency sensitive application etc.



My question is that is there any real benefits of enabling this dynamic tickless option? Will this improve LAMP system performance ?
We are using mainly apache/php-fpm webservers in AWS EC2 instances

Mostly instances having 4 CPU cores.

business_kid 10-24-2021 06:06 AM

I doubt if anyone is going to write you a treatise on that, but you have a few sources
  1. Kernel Documentation, or help in the 'make config' stage
  2. Kernel archives of the discussions about it when the option was introduced.

I was one who went the hardware route, sticking crystals on early cpus in circuits where EVERYTHING was under the control of that crystal, things have changed teetotally. Speeds are fastest in the cores and controlled by hardware limitations outside. The tick was more a slow resetting timer than anything else. Why wait for the next tick if you don't have to? Go tickless.


All times are GMT -5. The time now is 08:57 AM.