Files
epics-base/documentation/new-notes/PR-737.md
2025-11-19 10:25:42 -06:00

6 lines
272 B
Markdown

### 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.