NuxtN
Nuxt3mo ago
22 replies
Zhaolin Lau

nuxt build warning

<--- Last few GCs --->

[11640:0000027314214000] 393349 ms: Mark-Compact 4027.5 (4135.5) -> 4015.1 (4139.3) MB, pooled: 0 MB, 1263.36 / 0.00 ms (average mu = 0.586, current mu = 0.030) allocation failure; scavenge might not succeed
[11640:0000027314214000] 395876 ms: Mark-Compact 4032.9 (4140.6) -> 4020.2 (4144.3) MB, pooled: 0 MB, 2468.70 / 0.00 ms (average mu = 0.314, current mu = 0.023) allocation failure; scavenge might not succeed


<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----

1: 00007FF7228EA397 void cdecl node::SetCppgcReference(class v8::Isolate * ptr64,class v8::Local<class v8::Object>,void * ptr64)+18119
2: 00007FF72284B1D8 DSA_meth_get_flags+103768
3: 00007FF723452591 private: void
cdecl v8::Isolate::ReportExternalAllocationLimitReached(void) ptr64+65
4: 00007FF72343F116 public: bool
cdecl v8::Function::Experimental_IsNopFunction(void)const ptr64+3302
5: 00007FF72329B860 protected:
cdecl v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase(class v8::Isolate * ptr64) ptr64+33904
6: 00007FF723297EEA protected: cdecl v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase(class v8::Isolate * ptr64) ptr64+19194
7: 00007FF7232AE4CC public: class v8::HeapProfiler *
ptr64 cdecl v8::Isolate::GetHeapProfiler(void) ptr64+8012
8: 00007FF7232AED4A public: class v8::HeapProfiler * ptr64 cdecl v8::Isolate::GetHeapProfiler(void) ptr64+10186
9: 00007FF7232BF73B public: class v8::HeapProfiler *
ptr64 cdecl v8::Isolate::GetHeapProfiler(void) ptr64+78267
10: 00007FF722F8C83B private: cdecl v8::base::AddressSpaceReservation::AddressSpaceReservation(void * ptr64,unsigned int64) ptr64+323419
11: 00007FF6C34ED4BA
 ELIFECYCLE  Command failed with exit code 134.


how to fix it?
Was this page helpful?