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)?