seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

recipes-votp/system-config: enable RT_RUNTIME_SHARE #140

Closed dupremathieu closed 1 year ago

dupremathieu commented 1 year ago

Enable the "sched_features" RT_RUNTIME_SHARE. When enabled the real time throttling will be calculated with all CPUs and not by CPU. For more information: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_for_real_time/7/html/tuning_guide/real_time_throttling

dupremathieu commented 1 year ago

Why creating the enable-rt-runtime-share.sh file ? I think it will be better to put the echo directly in the systemd service

What do you think

I think the shell redirection will not work.