Skip to content
Snippets Groups Projects
Commit 84ac0d7e authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Adjusting the default priorities of local_dc rts-transport@ and rts-epics@

This is to protect these critical processes in the FE system to make sure they do not get starved for CPU if there are other processes monopolizing the processor.
parent 78a0bdae
No related branches found
No related tags found
1 merge request!187Adjusting the default priorities of local_dc rts-transport@ and rts-epics@
......@@ -6,3 +6,4 @@ PartOf=rts@%i.target
User=advligorts
UMask=0002
ExecStart=/usr/bin/rts_epics_exec %i
Nice=-10
......@@ -9,6 +9,8 @@ EnvironmentFile=-/etc/advligorts/systemd_env_%H
ExecStart=/usr/bin/local_dc $local_dc_args
Restart=always
RestartSec=5
CPUSchedulingPolicy=rr
CPUSchedulingPriority=80
[Install]
WantedBy=multi-user.target
......@@ -9,6 +9,8 @@ EnvironmentFile=-/etc/advligorts/systemd_env_%H
ExecStart=/usr/bin/%i $%i_args
Restart=always
RestartSec=5
CPUSchedulingPolicy=rr
CPUSchedulingPriority=60
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment