When I try to run the application, it closes after a second.
If I try to open it from the terminal, it tells me that I am out of memory.
<— Last few GCs —>
[21441:0x13400530000] 2259 ms: Mark-Compact (reduce) 32.6 (44.1) → 24.4 (28.2) MB, pooled: 0 MB, 26.92 / 0.04 ms (average mu = 0.987, current mu = 0.987) memory pressure; GC in old space requested
[21441:0x13400530000] 2368 ms: Mark-Compact (reduce) 24.4 (28.2) → 24.3 (26.5) MB, pooled: 0 MB, 108.17 / 0.00 ms (average mu = 0.900, current mu = 0.001) memory pressure; GC in old space requested
<— JS stacktrace —>
FATAL ERROR: Allocate initial wasm code space Allocation failed - process out of memory
Reason: NewNativeModule cannot allocate code space of 200896 bytes
----- Native stack trace -----
I’m using a MacBook Pro M4 16GB, macOS Sequoia 15.3.1.
I tried installing versions 0.46 and 0.45, both the universal and ARM64 installers. I had the same problem with all of them.