TMRB icon indicating copy to clipboard operation
TMRB copied to clipboard

Error

Open jimvnt opened this issue 2 years ago • 0 comments

Hey,

I got this error after I enter the url:

<--- Last few GCs --->

[10298:0x5617c689f190] 89785 ms: Mark-sweep (reduce) 988.0 (1008.6) -> 986.8 (1008.8) MB, 1510.3 / 0.0 ms (average mu = 0.165, current mu = 0.037) allocation failure; scavenge might not succeed [10298:0x5617c689f190] 91598 ms: Mark-sweep (reduce) 988.2 (1008.8) -> 987.1 (1009.1) MB, 1772.0 / 0.0 ms (average mu = 0.089, current mu = 0.023) allocation failure; scavenge might not succeed

<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory 1: 0x7fa642df8b68 node::Abort() [/lib/x86_64-linux-gnu/libnode.so.108] 2: 0x7fa642cf1e4b [/lib/x86_64-linux-gnu/libnode.so.108] 3: 0x7fa64315b820 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.108] 4: 0x7fa64315bbdb v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.108] 5: 0x7fa64332c855 [/lib/x86_64-linux-gnu/libnode.so.108] 6: 0x7fa643341bd3 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/lib/x86_64-linux-gnu/libnode.so.108] 7: 0x7fa64331e23e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.108] 8: 0x7fa64331f5d4 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.108] 9: 0x7fa6433002dd v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/lib/x86_64-linux-gnu/libnode.so.108] 10: 0x7fa6436d870a v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/lib/x86_64-linux-gnu/libnode.so.108] 11: 0x7fa64306c539 [/lib/x86_64-linux-gnu/libnode.so.108] zsh: IOT instruction node .

jimvnt avatar Jan 03 '23 21:01 jimvnt