Title
j

Julien Goux

03/07/2022, 3:19 PM
Hello team, is there any improvement about prisma leaking memory with jest? https://github.com/prisma/prisma/issues/8989#issuecomment-1038925980
Our CI is so slow that I’m looking into using parallel runners with a matrix to parallelize our integration tests (a new shard option was just merged in jest : https://github.com/facebook/jest/pull/12546)
But with the memory leak I realize I won’t be able to use this API 😂
Right now we have a custom script in which we launch one jest process per 10 test files to avoid OOM errors
j

janpio

03/09/2022, 5:38 PM
cc @User