Hi there,
I am trying to install the last version of Galaxy (25.0.0) but I encountered an OOM error.
This occure during the client installation. Here are the last log lines:
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
<--- Last few GCs --->
[4570:0x57b47c666000] 161066 ms: Mark-Compact 1944.8 (2114.9) -> 1883.0 (2042.1) MB, pooled: 43 MB, 614.41 / 0.00 ms (average mu = 0.765, current mu = 0.739) allocation failure; scavenge might not succeed
[4570:0x57b47c666000] 162116 ms: Mark-Compact 1987.6 (2146.6) -> 1987.6 (2134.3) MB, pooled: 55 MB, 976.70 / 0.00 ms (average mu = 0.581, current mu = 0.070) allocation failure; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0x7976359a1c0c node::OOMErrorHandler(char const*, v8::OOMDetails const&) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
2: 0x7976361b6370 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
3: 0x7976361b673a v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
4: 0x7976363c7628 [/home/maria/miniforge3/bin/../lib/libnode.so.127]
5: 0x7976363ddbe4 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
6: 0x7976363b88a2 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
7: 0x7976363b9706 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
8: 0x79763639a8e9 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
9: 0x79763638bd8d v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawArray(int, v8::internal::AllocationType) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
10: 0x79763638cb34 v8::internal::FactoryBase<v8::internal::Factory>::NewFixedArrayWithFiller(v8::internal::Handle<v8::internal::Map>, int, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::AllocationType) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
11: 0x7976367e8101 v8::internal::FixedArrayBuilder::EnsureCapacity(v8::internal::Isolate*, int) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
12: 0x79763679445e v8::internal::Runtime_RegExpExecMultiple(int, unsigned long*, v8::internal::Isolate*) [/home/maria/miniforge3/bin/../lib/libnode.so.127]
13: 0x7975d5dec776
Aborted (core dumped)
How can I solve this problem?
I installed version 23, 24, 24.2.3 whithout any troubles. (I am testing my tools on different version of Galaxy)
Environment :
Virtual machine : 8Go RAM, 4 CPUs
OS : Ubuntu 24.04.2 LTS
conda (version 25.5.1) base environment activated with Python 3.12.9
Thanks for any help you can give me.