summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-05-02 02:06:28 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-05-02 02:06:28 +0200
commite6b2332d16312faa8193b4ba1a8b1c7303fb34d3 (patch)
treef0c2eb6fd86de40e90ca3f473ea16c1f3c57659e
parent2dc37d64b54603bbd4146dd4477065d96ad15930 (diff)
downloadinstallation-guide-e6b2332d16312faa8193b4ba1a8b1c7303fb34d3.zip
Update lowmem levels for arm64, armhf, mipsel, mips64el
-rw-r--r--build/arch-options/armhf7
-rw-r--r--build/arch-options/mips64el7
-rw-r--r--build/arch-options/mipsel7
-rw-r--r--debian/changelog2
4 files changed, 10 insertions, 13 deletions
diff --git a/build/arch-options/armhf b/build/arch-options/armhf
index 69a1985ed..46729d8b5 100644
--- a/build/arch-options/armhf
+++ b/build/arch-options/armhf
@@ -9,11 +9,10 @@
archspec="arm;armhf;not-x86;not-s390;not-powerpc"
arch_listname="arm"
arch_porturl="arm"
-# TODO: update
# This is coming from the lowmem package
-minimum_memory_strict=32
+minimum_memory_strict=140
# This is coming from the lowmem package
-minimum_memory=80
+minimum_memory=190
# These two options should be set if condition 'smp' is set below
smp_config_section="Kernel Features"
smp_config_option="Symmetric Multi-Processing"
@@ -27,7 +26,7 @@ frontend="newt;not-gtk"
other="supports-serial-console"
smp="smp-alternatives"
goodies="supports-lang-chooser"
-lowmem="lowmem-unchecked"
+lowmem=""
# To re-add the "checked for this arch" or "not-checked for this arch" warnings
# back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here.
diff --git a/build/arch-options/mips64el b/build/arch-options/mips64el
index fa822845a..f1fae6631 100644
--- a/build/arch-options/mips64el
+++ b/build/arch-options/mips64el
@@ -5,11 +5,10 @@
archspec="mips64el;not-x86;not-s390;not-powerpc"
arch_listname="mips"
arch_porturl="mips"
-# TODO: update
# This is coming from the lowmem package
-minimum_memory_strict=32
+minimum_memory_strict=200
# This is coming from the lowmem package
-minimum_memory=85
+minimum_memory=345
# These two options should be set if condition 'smp' is set below
smp_config_section="Kernel type"
smp_config_option="Multi-Processing support"
@@ -23,7 +22,7 @@ frontend="newt;not-gtk"
other="supports-serial-console"
smp="supports-smp-sometimes"
goodies=""
-lowmem="lowmem-unchecked"
+lowmem=""
# To re-add the "checked for this arch" or "not-checked for this arch" warnings
# back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here.
diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel
index eebe8828e..3581841c7 100644
--- a/build/arch-options/mipsel
+++ b/build/arch-options/mipsel
@@ -5,11 +5,10 @@
archspec="mipsel;not-x86;not-s390;not-powerpc"
arch_listname="mips"
arch_porturl="mips"
-# TODO: update
# This is coming from the lowmem package
-minimum_memory_strict=32
+minimum_memory_strict=160
# This is coming from the lowmem package
-minimum_memory=85
+minimum_memory=170
# These two options should be set if condition 'smp' is set below
smp_config_section="Kernel type"
smp_config_option="Multi-Processing support"
@@ -23,7 +22,7 @@ frontend="newt;not-gtk"
other="supports-serial-console"
smp="supports-smp-sometimes"
goodies=""
-lowmem="lowmem-unchecked"
+lowmem=""
# To re-add the "checked for this arch" or "not-checked for this arch" warnings
# back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here.
diff --git a/debian/changelog b/debian/changelog
index 414f15872..549236228 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ installation-guide (20210306) UNRELEASED; urgency=medium
[ Samuel Thibault ]
* Add note about the lowmem parameter in the memory requirement section.
Closes: #987701
- * Update lowmem levels for arm64.
+ * Update lowmem levels for arm64, armhf, mipsel, mips64el.
-- Samuel Thibault <sthibault@debian.org> Sun, 11 Apr 2021 22:02:59 +0200