nypublicradio / audiogram

Turn audio into a shareable video.
MIT License
943 stars 335 forks source link

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed #121

Open jpmvferreira opened 4 years ago

jpmvferreira commented 4 years ago

After running some of the install fixes some people have put here, trying to use audiogram on an audio that's quite big (~600 seconds) returns this:

<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
 1: 0x559e5c00d6e1 node::Abort() [node]
 2: 0x559e5bf30a72 node::FatalError(char const*, char const*) [node]
 3: 0x559e5c1deca2 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
 4: 0x559e5c1def08 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
 5: 0x559e5c39ded6  [node]
 6: 0x559e5c39e02c  [node]
 7: 0x559e5c3abeef v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
 8: 0x559e5c3ac727 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
 9: 0x559e5c3afdcc v8::internal::Heap::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
10: 0x559e5c3afe34 v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
11: 0x559e5c374fdb v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
12: 0x559e5c6bbb91 v8::internal::Runtime_AllocateInOldGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
13: 0x559e5ca15539  [node]

Is there anybody maintaining this software? Because i would love to use it for a small podcast, but i haven't got enough knowledge in the matter at hand to get this up and running and it seems that this is abandoned for quite a while.