Error: spawn E2BIG
See original GitHub issueTrying to run prisma2 generate
(preview-3
) on an 18MB model file results in Error: spawn E2BIG
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:32 (16 by maintainers)
Top Results From Across the Web
Error: spawn E2BIG · Issue #40 · standard/standard - GitHub
E2BIG means that the argument list is too long. See errors.c where it's defined. I cloned your project and it worked fine for...
Read more >node.js: gm throws spawn E2BIG error when passed too much ...
I'm not really familiar with node-gm, but I have a feeling that .drawCircle(x1, y1, x2, y2) method just appends a command-line argument ...
Read more >Solved: 'spawn E2BIG' error with microgateway - Apigee
Solved: I'm getting bellow error with microgateway deployed on openshift. Please suggest. Log Location: [ /opt/apigee/logs/edgemicro.log ] cd.
Read more >gruntjs/grunt - Gitter
Hey everyone, I was handed a big grunt build process, and this seems to be the error coming : Warning: spawn E2BIG Use...
Read more >[PM2][ERROR] Process failed to launch spawn E2BIG - Medium
I dreamed about debugging for a long time and looking for a problem. It turned out that the problem is a stack overflow...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We just had a discussion about this issue, we have to push it back a few weeks (3-4) to solve it properly after https://github.com/prisma/photonjs/issues/238 (a lot of related changes) is implemented.
However, to temporarily unblock people, we can do #621, which I already raised for the next sprint 🙏
Please bear with us on this one, it is a high priority for us and on our mind, we are working towards fixing this every sprint 🙌
@timsuchanek I can confirm that its working for me now. Thank you so much for dealing with this.