From c1ff7d3f0b9d17a7aab5f6e909000c24e43383d3 Mon Sep 17 00:00:00 2001 From: "rosetta-livekit-bot[bot]" <282703043+rosetta-livekit-bot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:33:17 +0000 Subject: [PATCH] chore(ipc): increase memory warning threshold --- agents/src/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/src/worker.ts b/agents/src/worker.ts index 860b57005..8238a185e 100644 --- a/agents/src/worker.ts +++ b/agents/src/worker.ts @@ -169,7 +169,7 @@ export class ServerOptions { port = undefined, logLevel = 'info', production = false, - jobMemoryWarnMB = 500, + jobMemoryWarnMB = 1000, jobMemoryLimitMB = 0, }: { /**