Is anyone else experiencing a crazy high usage of ...
# orm-help
r
Is anyone else experiencing a crazy high usage of memory whilst running jest tests with prisma?
d
there is memory leak, there is an open issue
r
ah ok, is this an issue with v3 then?
that's really annoying
how much ram is your pipeline using? My heap is only going to like 350mb but using 2gb+ ram
d
we had to disable the pipe due to the memory leak exceeding the heap
we are small though so we can afford to run manually for a little while
r
do you ever experience this issue as well
Copy code
Error querying the database: db error: FATAL: sorry, too many clients already
Also seeing
Copy code
(node:1) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
s
I experience this also, it’s pure pain