aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-10 15:52:06 +0200
committerStefan Boberg <[email protected]>2025-10-10 15:52:06 +0200
commit093b6cadc2db95eb453a07cff169f9c10bea7068 (patch)
tree83c4d7d3a21f6ad49e4cc3fda14ab282bd167326 /src
parentmade sure thread pools are configured lazily and not during global init (diff)
downloadzen-093b6cadc2db95eb453a07cff169f9c10bea7068.tar.xz
zen-093b6cadc2db95eb453a07cff169f9c10bea7068.zip
limit cores in temp test code
Diffstat (limited to 'src')
-rw-r--r--src/zenmaster/zenmaster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenmaster/zenmaster.cpp b/src/zenmaster/zenmaster.cpp
index 02c01fc50..9a715e6c9 100644
--- a/src/zenmaster/zenmaster.cpp
+++ b/src/zenmaster/zenmaster.cpp
@@ -358,7 +358,7 @@ main(int argc, char** argv)
std::filesystem::path TestDir1 = TestEnv.CreateNewTestDir();
Instance->SetTestDir(TestDir1);
- Instance->SpawnServer("--malloc=ansi");
+ Instance->SpawnServer("--malloc=ansi --corelimit=4");
}
});