Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on yarn dev -- --open #136

Open
Twilight5418 opened this issue Apr 16, 2024 · 0 comments
Open

error on yarn dev -- --open #136

Twilight5418 opened this issue Apr 16, 2024 · 0 comments

Comments

@Twilight5418
Copy link

I failed at the last step of the run,chat says it's because the heap is running out of memory
it seems like you're encountering a "JavaScript heap out of memory" error, which means your Node.js application has exceeded the memory limit allocated to it. This often happens when your application consumes more memory than what is available or allowed.
[14656:0000024229419320] 24197 ms: Mark-Compact 3577.6 (4139.2) -> 3574.6 (4136.1) MB, 312.28 / 0.00 ms (average mu = 0.119, current mu = 0.038) allocation failure; scavenge might not succeed
[14656:0000024229419320] 24509 ms: Mark-Compact 3578.7 (4140.2) -> 3576.4 (4137.9) MB, 296.84 / 0.00 ms (average mu = 0.086, current mu = 0.048) allocation failure; scavenge might not succeed
<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 00007FF68F36433F node::SetCppgcReference+15695
2: 00007FF68F2DEC26 EVP_MD_meth_get_input_blocksize+78566
3: 00007FF68F2E0A11 EVP_MD_meth_get_input_blocksize+86225
4: 00007FF68FD4A7E1 v8::Isolate::ReportExternalAllocationLimitReached+65
5: 00007FF68FD33F78 v8::Function::Experimental_IsNopFunction+1336
6: 00007FF68FB957E0 v8::Platform::SystemClockTimeMillis+659552
7: 00007FF68FBA1A63 v8::Platform::SystemClockTimeMillis+709347
8: 00007FF68FB9F3C4 v8::Platform::SystemClockTimeMillis+699460
9: 00007FF68FB92500 v8::Platform::SystemClockTimeMillis+646528
10: 00007FF68FBA7B7A v8::Platform::SystemClockTimeMillis+734202
11: 00007FF68FBA83F7 v8::Platform::SystemClockTimeMillis+736375
12: 00007FF68FBB102E v8::Platform::SystemClockTimeMillis+772270
13: 00007FF68FBC19A6 v8::Platform::SystemClockTimeMillis+840230
14: 00007FF68FBC7AB0 v8::Platform::SystemClockTimeMillis+865072
15: 00007FF68F8266A0 v8::internal::Version::GetString+64736
16: 00007FF68FCE42A9 v8::SharedValueConveyor::SharedValueConveyor+299257
17: 00007FF68FDFB28E v8::PropertyDescriptor::writable+674286
18: 00007FF61035575A
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant