Question Details

No question body available.

Tags

c++ amazon-web-services amazon-ec2 low-latency

Answers (1)

April 18, 2025 Score: 3 Rep: 77 Quality: Low Completeness: 40%

Linux kernel has mechanics to ensure a real-time throttling. It is controlled by system settings /proc/sys/kernel/schedrtperiodus and /proc/sys/kernel/schedrtruntimeus.
By default, the first one is set to 1000000 and the second one to 950000, meaning that no process can take more than 0.95 second every 1 second.