In other words, if the memory is too full then why does OS4 allow this to happen? Without swap OS4 worked fine. So why doesn't OS4 reserve some real memory to compensate? I could also ask the same about low VRAM conditions where OS3 had emergency chip RAM reserved.
The way I see it, if the system is overloaded and is about to go into a Windows style HD thrashing fest, then OS4 should deny an allocation and return NULL. OF course there is the size of swap which would determine maximum amount of virtual memory or at least what space it had. OS4 does need some overhead to manage the swaps so they don't get out of hand.
Now as to the RAM disk, swapping this to disk doesn't make sense, because the point of the RAM disk was to be in memory. With VM I can see a conflict in that arrangement. And can see that as it has a dynamic size it would be hard to allocate a large virtual size in place. Though if possible it did that instead it might be more manageable. Even if we then had to deal with memory fragmentation.
Abusing of MEMF_PUBLIC also comes into this equation along with the introduced MEMF_SHARED to compensate for that. Though with 68K "abusing" programs restricted to their own space (64MB was it?) and OS4 programs being compliant (how can we check?) this should be less of an issue.
Now, after all that, an immediate solution becomes apparent. Simply disable the swap partition!

And it has been said that with 2GB of RAM OS4 doesn't need swap memory. So perhaps what would be best is if an extra 2GB could be bolted onto the hardware and use that!
