Merge commit '36eb9bc783d35842571d0d4313349b964892d9ca' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-24 16:26:07 +01:00
15 changed files with 334 additions and 306 deletions
+5
View File
@@ -133,6 +133,11 @@ void Engine::set_numa_config_from_option(const std::string& o) {
{
numaContext.set_numa_config(NumaConfig::from_system());
}
else if (o == "hardware")
{
// Don't respect affinity set in the system.
numaContext.set_numa_config(NumaConfig::from_system(false));
}
else if (o == "none")
{
numaContext.set_numa_config(NumaConfig{});