ICSHWI-7339 Disable EPICS's memory locking for non-realtime IOCs
EPICS has an opportunistic approach to locking memory; unless dbThreadRealtimeLock
variable is 0 it will lock all current and future memory allocations.
This MR sets this variable to 0 for non-realtime IOCs to prevent this.