You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 --->
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.
The text was updated successfully, but these errors were encountered: