diff options
Diffstat (limited to 'build/arch-options/kfreebsd-amd64')
-rw-r--r-- | build/arch-options/kfreebsd-amd64 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/arch-options/kfreebsd-amd64 b/build/arch-options/kfreebsd-amd64 index 2db9389a1..9239f2a8e 100644 --- a/build/arch-options/kfreebsd-amd64 +++ b/build/arch-options/kfreebsd-amd64 @@ -6,9 +6,11 @@ archspec="kfreebsd-amd64;any-amd64;any-x86;not-x86;not-s390;not-powerpc" arch_listname="bsd" arch_porturl="kfreebsd-gnu" # This is coming from the lowmem package -minimum_memory=170 +minimum_memory_strict=170 +# This is coming from the lowmem package +minimum_memory=232 # This is coming from the rootskel package, S60frontend -minimum_memory_gtk=224 +minimum_memory_gtk=256 # These two options should be set if condition 'smp' is set below # TODO: update smp_config_section="Processor type and features" |