Reached heap limit Allocation failed - JavaScript heap out of memory #2189

Closed
opened 2025-11-11 15:01:59 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @unclemusclez on GitHub (Sep 24, 2024).

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
 1: 0x7a24eaa0633c node::Abort() [/lib/x86_64-linux-gnu/libnode.so.109]
 2: 0x7a24ea8fa5db  [/lib/x86_64-linux-gnu/libnode.so.109]
 3: 0x7a24eadec544 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.109]
 4: 0x7a24eadec938 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.109]
 5: 0x7a24eafd80e9  [/lib/x86_64-linux-gnu/libnode.so.109]
 6: 0x7a24eafedc69 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/lib/x86_64-linux-gnu/libnode.so.109]
 7: 0x7a24eafc8995 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.109]
 8: 0x7a24eafc9d78 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.109]
 9: 0x7a24eafa9f01 v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/lib/x86_64-linux-gnu/libnode.so.109]
10: 0x7a24eb3a1a17 v8::internal::Runtime_AllocateInOldGeneration(int, unsigned long*, v8::internal::Isolate*) [/lib/x86_64-linux-gnu/libnode.so.109]
11: 0x7a24eacfc1f9  [/lib/x86_64-linux-gnu/libnode.so.109]
Aborted (core dumped)

main brach

git pull
npm install
npm run build
Originally created by @unclemusclez on GitHub (Sep 24, 2024). ``` FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory 1: 0x7a24eaa0633c node::Abort() [/lib/x86_64-linux-gnu/libnode.so.109] 2: 0x7a24ea8fa5db [/lib/x86_64-linux-gnu/libnode.so.109] 3: 0x7a24eadec544 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.109] 4: 0x7a24eadec938 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.109] 5: 0x7a24eafd80e9 [/lib/x86_64-linux-gnu/libnode.so.109] 6: 0x7a24eafedc69 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/lib/x86_64-linux-gnu/libnode.so.109] 7: 0x7a24eafc8995 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.109] 8: 0x7a24eafc9d78 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.109] 9: 0x7a24eafa9f01 v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/lib/x86_64-linux-gnu/libnode.so.109] 10: 0x7a24eb3a1a17 v8::internal::Runtime_AllocateInOldGeneration(int, unsigned long*, v8::internal::Isolate*) [/lib/x86_64-linux-gnu/libnode.so.109] 11: 0x7a24eacfc1f9 [/lib/x86_64-linux-gnu/libnode.so.109] Aborted (core dumped) ``` main brach ``` git pull npm install npm run build ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2189