summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-04-30 02:16:10 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-04-30 02:16:53 +0200
commit2dc37d64b54603bbd4146dd4477065d96ad15930 (patch)
tree6c1fc994bcae33ab15cee5925654b342933dfbdf /build
parentd31557be382379ccb5949c97528640ae758076fe (diff)
downloadinstallation-guide-2dc37d64b54603bbd4146dd4477065d96ad15930.zip
Update lowmem levels for arm64
Diffstat (limited to 'build')
-rw-r--r--build/arch-options/arm647
1 files changed, 3 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.