Heads-up: I experienced repeated crashes with ftb-app-bin that triggered massive coredumps (each consuming 20–25 GB of memory and significant CPU time via systemd-coredump).
The journal showed errors like:
Code FATAL:platform_shared_memory_region_posix.cc(219) This is frequently caused by incorrect permissions on /dev/shm. However, /dev/shm had correct permissions (drwxrwxrwt) and was mounted as tmpfs, though it included the usrquota flag. I didn’t fully debug this, but it’s possible the bundled Electron runtime or a missing rebuild after a so.bump is involved.
Switched to the Flatpak version and the issue disappeared entirely — no crashes, no coredumps.
Just leaving this here in case others hit the same issue. Not looking to troubleshoot further — Flatpak works fine for now.
Pinned Comments
cobaltspace commented on 2021-11-24 01:05 (UTC)
Recommendation: In settings, set your custom arguments to include
-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M.