Replies: 2 comments 3 replies
-
Why not zstd?
Why did you choose these values?
Perhaps this is too big a value for ~1800mb of ram. Maybe setting clean_low > 0 is not necessary if you set swappiness=200. I'd also like to recommend nohang with |
Beta Was this translation helpful? Give feedback.
-
My setup. No problems to build Beyond Linux from Scratch and Gentoo (multitask, core/threads fully used). Building rust and LLVM with ThinLTO usually use around 2-4G of my zRAM. I prefer lz4 for performance, using high compression algorithm may overhead the CPU and I/O utilization. |
Beta Was this translation helpful? Give feedback.
-
i have a laptop w/ a core2 duo t8100 + ~1800mb of ram (~200mb memmap'd away for reasons) that i build heavy stuff with, which as you can imagine ends up with me swapping to disk and eventually getting livelocked. seeing this project made me think of coupling le9db with a 4gb lz4hc compressed zram as the only swap. my current setup is as follows:
the system with these options allows for browsing the web while building the rust toolchain with two jobs and thinlto, so i guess i am on the right track. what i would like to ask is whether these values are sane or if they could be improved.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions