systemd core Isolation
Some applications may require a dedicated core (and/or socket etc) to run optimally. We can achieve this by first * Setting PID 1 (systemd) affinity mask to 1, so that any child processes run only on this core * Manually starting new processes (which require their own core) on a spare…