Brian Woodward
07/22/2021, 8:21 PMprisma
and it's been great. At first, I didn't realized there's an additional executable that runs to make the client work. I replaced using pg
with @prisma/client
and noticed that my deployment to kubernetes kept crashing. This was due to having a low requested memory limit.
A couple of questions:
• Is there a minimum or recommended memory requirement to run the prisma
engine (postgres in this case)?
• What's the best way to monitor and possibly handle memory usage of the engine from within my Node.js process?Ryan
07/23/2021, 5:33 AMBrian Woodward
07/23/2021, 1:16 PM