Again
This commit is contained in:
@@ -62,6 +62,10 @@ struct Args {
|
||||
}
|
||||
|
||||
fn main() -> io::Result<()> {
|
||||
// Lock memory BEFORE any threads are spawned to prevent page faults in RT context
|
||||
#[cfg(unix)]
|
||||
engine::realtime::lock_memory();
|
||||
|
||||
let args = Args::parse();
|
||||
let settings = Settings::load();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user