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
<--- Last few GCs --->
[29328:0000026AE1B81000] 35255 ms: Scavenge (interleaved) 4081.4 (4090.7) -> 4076.2 (4092.0) MB, pooled: 0 MB, 5.30 / 0.00 ms (average mu = 0.175, current mu = 0.149) allocation failure;
[29328:0000026AE1B81000] 37529 ms: Mark-Compact (reduce) 4076.3 (4092.0) -> 4076.2 (4078.5) MB, pooled: 0 MB, 1948.11 / 0.00 ms (+ 1.4 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 1953 ms) (average mu = 0.
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
> nx run sky-web-app:serve
<--- Last few GCs --->
[29328:0000026AE1B81000] 35255 ms: Scavenge (interleaved) 4081.4 (4090.7) -> 4076.2 (4092.0) MB, pooled: 0 MB, 5.30 / 0.00 ms (average mu = 0.175, current mu = 0.149) allocation failure;
[29328:0000026AE1B81000] 37529 ms: Mark-Compact (reduce) 4076.3 (4092.0) -> 4076.2 (4078.5) MB, pooled: 0 MB, 1948.11 / 0.00 ms (+ 1.4 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 1953 ms) (average mu = 0.
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
<--- Last few GCs --->
[29328:0000026AE1B81000] 35255 ms: Scavenge (interleaved) 4081.4 (4090.7) -> 4076.2 (4092.0) MB, pooled: 0 MB, 5.30 / 0.00 ms (average mu = 0.175, current mu = 0.149) allocation failure;
[29328:0000026AE1B81000] 37529 ms: Mark-Compact (reduce) 4076.3 (4092.0) -> 4076.2 (4078.5) MB, pooled: 0 MB, 1948.11 / 0.00 ms (+ 1.4 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 1953 ms) (average mu = 0.
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
[29328:0000026AE1B81000] 35255 ms: Scavenge (interleaved) 4081.4 (4090.7) -> 4076.2 (4092.0) MB, pooled: 0 MB, 5.30 / 0.00 ms (average mu = 0.175, current mu = 0.149) allocation failure;
[29328:0000026AE1B81000] 37529 ms: Mark-Compact (reduce) 4076.3 (4092.0) -> 4076.2 (4078.5) MB, pooled: 0 MB, 1948.11 / 0.00 ms (+ 1.4 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 1953 ms) (average mu = 0.
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
t mu = 0.149) allocation failure;
[29328:0000026AE1B81000] 37529 ms: Mark-Compact (reduce) 4076.3 (4092.0) -> 4076.2 (4078.5) MB, pooled: 0 MB, 1948.11 / 0.00 ms (+ 1.4 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 1953 ms) (average mu = 0.
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
----- Native stack trace -----
1: 00007FF6810E25DB node::SetCppgcReference+15707
2: 00007FF68104B7F8 DSA_meth_get_flags+98136
3: 00007FF681D4CF71 v8::Isolate::ReportExternalAllocationLimitReached+65
4: 00007FF681D397B6 v8::Function::Experimental_IsNopFunction+2710
5: 00007FF681B70680 v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase+34016
6: 00007FF681B6997D v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase+6109
7: 00007FF681B6589D v8::Platform::SystemClockTimeMillis+655213
8: 00007FF681380D1D BIO_ssl_shutdown+189
9: 00007FF681B6D214 v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase+20596
10: 00007FF681BD1F1A v8::Locker::IsLocked+7338
11: 00007FF68183CBD0 v8::internal::Version::GetString+451664
12: 00007FF621DF027A
Package Manager Version
npm 10.2.4
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
Sorry for not giving a reproduction code, I don't expect a fix I just wanted to flag that this is happening here. I would be willing to generate reproduction code if the nx maintainers consider this valuable.
The text was updated successfully, but these errors were encountered:
Current Behavior
I get these kind of error traces when runing
nx run {my-app}:serve
Downgrading to e.g. node 20 solves the problem.
Expected Behavior
Does not crash
GitHub Repo
No response
Steps to Reproduce
Run
nx run {app}:server
Nx Report
Failure Logs
Package Manager Version
npm 10.2.4
Operating System
Additional Information
Sorry for not giving a reproduction code, I don't expect a fix I just wanted to flag that this is happening here. I would be willing to generate reproduction code if the nx maintainers consider this valuable.
The text was updated successfully, but these errors were encountered: