Profile request thread runtime on demand

This commit is contained in:
udo
2026-07-17 03:05:37 +00:00
parent 5a5450caa8
commit 8dbff881a1
6 changed files with 37 additions and 2 deletions
+1
View File
@@ -1677,6 +1677,7 @@ StringMap make_server_settings()
cfg["WASM_COMPILE_SCRIPT"] = "scripts/compile_wasm_unit";
cfg["WASM_BACKEND_VERBOSE"] = "0";
cfg["WASM_PROFILE_HOSTCALL_CPU"] = "0";
cfg["WASM_PROFILE_THREAD_RUNTIME"] = "0";
cfg["WASM_CORE_PATH"] = "";
cfg["WASM_MEMORY_LIMIT_BYTES"] = std::to_string(512ull * 1024 * 1024);
cfg["WASM_EPOCH_DEADLINE_TICKS"] = "200";