2 years ago
<--- Last few GCs --->
[23:0x40606d0] 9412 ms: Scavenge (reduce) 243.6 (255.8) -> 243.6 (255.8) MB, 0.5 / 0.0 ms (average mu = 0.101, current mu = 0.023) allocation failure;
[23:0x40606d0] 9733 ms: Mark-sweep (reduce) 245.5 (257.8) -> 244.7 (257.0) MB, 317.7 / 0.0 ms (average mu = 0.057, current mu = 0.015) allocation failure; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0xabe9f8 node::Abort() [node]
2: 0x9acf33 [node]
3: 0xcc2a90 v8::Utils::ReportOOMFailure(v8::internal::Isolate, char const, bool) [node]
4: 0xcc2e5b v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate, char const, bool) [node]
5: 0xeab9a5 [node]
6: 0xeaba7b [node]
7: 0xec02c2 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*, v8::GCCallbackFlags) [node]
8: 0xec0e7a v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
9: 0xe9c65a v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
10: 0xe9d774 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
11: 0xe7d16b v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [node]
12: 0xe75c84 v8::internal::FactoryBase::NewRawTwoByteString(int, v8::internal::AllocationType) [node]
13: 0x1171885 v8::internal::String::SlowFlatten(v8::internal::Isolate*, v8::internal::Handle, v8::internal::AllocationType) [node]
14: 0xccf268 v8::String::Utf8Length(v8::Isolate*) const [node]
15: 0xa8bf2a [node]
16: 0xd2627e v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [node]
17: 0xd268a1 [node]
18: 0xd27197 v8::internal::Builtin_HandleApiCall(int, unsigned long, v8::internal::Isolate) [node]
19: 0x16c25b9 [node]
Aborted
> ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
2 years ago
Looks like you ran out of memory, whichever app you're deploying might require more than 500mb of memory. You can upgrade to hobby plan to unlock higher memory limits
Status changed to Solved brody • over 1 year ago