PR #737: add Release Note snippet

This commit is contained in:
Ralph Lange
2025-11-28 11:51:42 +01:00
committed by zimoch
co-authored by zimoch
parent 46d80bf50e
commit c1bc9a2b54
+5
View File
@@ -0,0 +1,5 @@
### Add environment variable to opt out of POSIX Real-Time scheduling
On POSIX systems, processes with real-time capabilities can opt out of using
Posix thread priority scheduling and memory locking.
Set `EPICS_ALLOW_POSIX_THREAD_PRIORITY_SCHEDULING=NO` to achieve this.