I know completely disabling the swapfile is not a good idea, so i'd like just to minimize its usage, so that the memory pages will be swapped only when the physical memory is completely full.
I know this old registry setting to force the kernel in RAM, but what about the user apps?
EDIT: Recent PCs have a lot of RAM (>=8GB) and also have SSDs that dislikes frequent writes. Also i think unnecessary/strategic swapping slows down the system.
The Linux kernel has a nice configurable swappiness parameter, is there something similar on Windows?
