Is there a tuning parameter that allows me to get the JRE to lock its heap in physical memory rather than allowing Windows to swap them out?
I’m just totally sick of minimizing Eclipse to do something and Windows swapping out all bloody 128mb of heap immediately, so when I come back to it it has to painfully, painfully load all of it back from disk in 64k blocks This takes a long time on a laptop. And the worst bit is it’s probably doing a lot of this swapping on garbage that’s just going to be collected anyway.
It seems to be that garbage collection is not ideally suited to Windows virtual memory management. It could do with this feature if it doesn’t already have it.
Cas