Making swap usage in sysinst MI
David Brownlee <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <CAGN_6paqetiXGGzFni1NkncECsrzf+2ad33t5VUzXpnL8P4k=Q@mail.gmail.com> |
Quite a few ports have a check like the following in md_post_disklabel
if (get_ramsize() <= 32)
set_swap(pm->diskdev, pm->bsdlabel);
A few pick a lower number than 32 (some 6, some 8), and sgimips does
it unconditionally.
Anyone object to making it MI (with the 32M value)?