Skip to content

Commit 85f2ec9

Browse files
committed
test(server): reduce parallel number of workers to avoid OOM in CI
1 parent ed6b8df commit 85f2ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/server/vite.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default defineConfig(() => ({
2828
provider: 'v8' as const,
2929
reporter: [ "text", "html" ]
3030
},
31-
pool: "vmForks"
31+
pool: "vmForks",
32+
maxWorkers: 8
3233
},
3334
}));

0 commit comments

Comments
 (0)