summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/arch-options/arm647
-rw-r--r--debian/changelog1
2 files changed, 4 insertions, 4 deletions
diff --git a/build/arch-options/arm64 b/build/arch-options/arm64
index f028dfc0b..eb7a50c02 100644
--- a/build/arch-options/arm64
+++ b/build/arch-options/arm64
@@ -9,11 +9,10 @@
archspec="arm;arm64;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=245
# This is coming from the lowmem package
-minimum_memory=80
+minimum_memory=260
# This is coming from the rootskel package, S60frontend
minimum_memory_gtk=640
# These two options should be set if condition 'smp' is set below
@@ -29,7 +28,7 @@ frontend="newt;gtk;arm-gtk"
other="supports-serial-console"
smp="defaults-smp"
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/debian/changelog b/debian/changelog
index a6569c945..414f15872 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +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.
-- Samuel Thibault <sthibault@debian.org> Sun, 11 Apr 2021 22:02:59 +0200