cosmic-applets
cosmic-applets copied to clipboard
LTO="fat" causing OOM
I've tried on both nightly and stable gnu, it seems like, at least of this project, enabling fat LTO is causing high levels of memory usage, enough to crash my PC since it fills both ram and swap, and oom on linux is... well oom on linux. Reverting it to LTO="thin" resolves the crashing.
This might be made worse by building all the applets in parallel. Maybe limiting the amount of parallel jobs to one would help? CARGO_BUILD_JOBS=1
Doing 1 did prevent an OOM but the compile took over 40min to complete, I did try 4 jobs however that still hit an OOM