Replies: 5 comments 11 replies
-
Beta Was this translation helpful? Give feedback.
-
Do you run tests as part of your build process? Do you observe the same by just running |
Beta Was this translation helpful? Give feedback.
-
We also have this issue, we do not have any test runs in our deployment runs |
Beta Was this translation helpful? Give feedback.
-
I run it s subserver issntsi.u.c.e.m- abcdefghighlmnopqrstuvwxy.!
Apptsdinue. e. u*^+
…On Wed, Nov 9, 2022, 5:36 PM Marsha Elledge ***@***.***> wrote:
On Wed, Nov 9, 2022, 4:28 PM Mohas ***@***.***> wrote:
> Of course, we will work something out when I get to the office tomorrow
>
> —
> Reply to this email directly, view it on GitHub
> <#42668 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A4BZRNKYXWUGQ5XN72R62S3WHQJPVANCNFSM6AAAAAAR3FUUTY>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
Running into this issue as well. Crashes my server. Tried adding the following to my docker-compose file with no luck:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Verify canary release
Provide environment information
Operating System:
Platform: linux
Arch: x64
Version: #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022
Binaries:
Node: 16.17.0
npm: 8.15.0
Yarn: 1.22.19
pnpm: N/A
Relevant packages:
next: 13.0.3-canary.1
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
We have been running some npm run builds commands as we are publishing updates 5/6 times a day, we noticed that
![Uploading Screenshot 2022-11-09 at 12.25.12 am.png…]()
at, npm run build leaves lot of jest-worker child process instances like the below image.
It's eating all the memory and getting locked.
Expected Behavior
It shouldn't eat lot of memories and child instances should get deleted after build?
Link to reproduction
it's a production app not sure how to add
To Reproduce
just running npm run build multiple times in a large projects will leave this issue
Beta Was this translation helpful? Give feedback.
All reactions