Julien wrote:
> Since rootskel isn't arch:all, this check could be done at build time?
We could, but that would require duplicating the file. Existing code in
this file already tries to avoid this duplication, e.g.:
case "$(archdetect)" in
powerpc/*|amd64/*)
local MEMLIMIT=119 ;; # is 128 MiB
*)
local MEMLIMIT=94 ;; # is 100 MiB
esac
I personally don't mind either way. So could one of the maintainers say
which one is preferred?
--
Robert Millan