From 0dde3ddd0bef4b571df1ff723ba0cdda950caf4b Mon Sep 17 00:00:00 2001 From: Florian Heigl Date: Wed, 10 Jun 2026 14:49:54 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index f50a7b3..a5dad80 100644 --- a/FAQ.md +++ b/FAQ.md @@ -109,10 +109,10 @@ without those steps even 4 hours weren't enough, with the steps it took 38 min. - If you rather keep them running, it's best to switch to a `deadline` IO scheduler. - If you can, add a swap space on eMMC or an USB/NVMe SSD. - Enable zSwap in the fast mode, and make a small pseudoswap SSD (I used 2GB, rule of thumb is 25% RAM). leave it at the highest priority (100, it's the default on debian etc.) -- make sure to start it and see if it's activated (`swapon -s` or the `Swap` column in `top`. +- make sure to start it and see if it's activated (`swapon -s` or the `Swap` column in `top`.) - Add a swapfile of the same size just to be safe in case the swap overflows. If you have multiple swap partitions / -files, use the same (low) priority for them, i.e. `-5` Even SD cards will usually scale better for multiple IOs. - Make sure that is also active - +- Make sure that you still have 5-10GB of disk space left for the actual build (exact number is not known but it's not a tiny amount) ### Build