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, }: { /**