John M
07/29/2019, 6:09 PMdatamodel.primsa
file. When I try running prisma generate
to generate the TypeScript files, it seems to hang for quite a while. Recently it crashed and there was a report.json file created by node specifying it ran out of memory. I'm running prisma again, this time with more memory: NODE_OPTIONS=--max_old_space_size=8192 prisma generate
. For now it's still churning along, but I'm wondering if there is anything I could be doing better or differently?Harshit
07/30/2019, 6:10 PM