From 9690ed6ed0619d6acb2e6cfe050ecd4892cef52e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 3 Dec 2022 13:52:41 +0100 Subject: [PATCH] faq: raise memory requirements for booting Grml >=2022.11 Even 512MB is no longer enough to load and decompress kernel + initrd, so raise memory requirments accordingly. Closes: https://github.com/grml/grml/issues/197 --- faq/index.html.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/index.html.tt2 b/faq/index.html.tt2 index 6d0b37b..f6c5bd8 100644 --- a/faq/index.html.tt2 +++ b/faq/index.html.tt2 @@ -126,7 +126,7 @@
  • Intel-compatible CPU (i686 or later, preferably Pentium class or higher; although some i586 processors e.g. the 'AMD Geode' are still supported)
  • -
  • >=384MB of RAM (>=512MB recommended)

    +
  • >=576MB of RAM (>=1GB recommended)

  • either a bootable CD-/DVD-ROM drive, a USB-boot capable system or a -- 2.1.4