What does this error means? I’m using render for free, I think i ran out of allowed memory.
<— Last few GCs —>
Jul 22 05:03:59 AM
Jul 22 05:03:59 AM[110:0x6a06650] 110103 ms: Mark-Compact (reduce) 252.0 (258.2) → 251.2 (258.5) MB, 3408.86 / 0.00 ms (average mu = 0.164, current mu = 0.056) allocation failure; scavenge might not succeed
Jul 22 05:03:59 AM[110:0x6a06650] 113200 ms: Mark-Compact (reduce) 252.3 (258.5) → 251.5 (258.7) MB, 2902.83 / 0.00 ms (average mu = 0.117, current mu = 0.063) allocation failure; scavenge might not succeed
Jul 22 05:03:59 AM
Jul 22 05:03:59 AM
Jul 22 05:03:59 AM<— JS stacktrace —>
Jul 22 05:03:59 AM
Jul 22 05:03:59 AMFATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Jul 22 05:03:59 AM----- Native stack trace -----
Jul 22 05:03:59 AM
Jul 22 05:03:59 AM 1: 0xb84bd6 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node]
Jul 22 05:03:59 AM 2: 0xefec30 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
Jul 22 05:03:59 AM 3: 0xefef17 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
Jul 22 05:03:59 AM 4: 0x1110925 [node]
Jul 22 05:03:59 AM 5: 0x1110eb4 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [node]
Jul 22 05:03:59 AM 6: 0x1127da4 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*) [node]
Jul 22 05:03:59 AM 7: 0x11285bc v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
Jul 22 05:03:59 AM 8: 0x10fe8c1 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
Jul 22 05:03:59 AM 9: 0x10ffa55 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
Jul 22 05:03:59 AM10: 0x10dd0a6 v8::internal::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
Jul 22 05:03:59 AM11: 0x1537e36 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
Jul 22 05:03:59 AM12: 0x1971ef6 [node]
Jul 22 05:03:59 AMAborted (core dumped)
Jul 22 05:04:01 AM==> Exited with status 134