From f8b6b5fe97861e56490b7ed8198f776e4359cc70 Mon Sep 17 00:00:00 2001 From: Enjeck Cleopatra <32180937+PROTechThor@users.noreply.github.com> Date: Fri, 23 Oct 2020 08:00:05 +0100 Subject: [PATCH] Add new FAQ --- introduction/faq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/introduction/faq.md b/introduction/faq.md index 516491a7..11c36924 100644 --- a/introduction/faq.md +++ b/introduction/faq.md @@ -686,6 +686,13 @@ See 'systemctl status systemd-modules-load.service' for details. ``` This is cosmetic only, and can safely be ignored. +### Why is Qubes so slow and how can I make it faster? + +During boot, Qubes starts several virtual machines. +Having so many qubes running at once inevitably strains the resources of your computer and causes slowness. +The most effective way to speed up Qubes is to get more powerful hardware -- a fast CPU, a lot of memory and fast SSDs. +Qubes is slower when reading from the disk because of the VM overhead, which is why we recommend installing it on a fast SSD. + ### Could you please make my preference the default? Wouldn't it be great if Qubes were configured just the way you like it by default with all of your favorite programs and settings?