Hello team, is there any improvement about prisma ...
# orm-help
j
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
cc @User