You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.Logger.WriteLine($"[AppManager] Set CPU affinity for '{processName}' to mask 0x{affinityMask:X} (avoiding cores 0 & 1)");
284
+
}
285
+
else
286
+
{
287
+
app.Logger.WriteLine($"[AppManager] WARNING: Cannot avoid primary CPU cores for '{processName}' - system has only {Environment.ProcessorCount} logical processor(s)");
288
+
}
289
+
}
290
+
219
291
app.Logger.WriteLine($"[AppManager] Started '{processName}' (PID {process.Id}), priority={entry.CpuPriority}, windowStyle={entry.WindowStyle}");
0 commit comments