Is it possible in Linux/Unix systems, to move a process explicitly to the memory swap?
I've investigated swap* tools and kill but they can't do anything I want.
Example: Process FOO is currently running and I want to start another process BAR which won't fit into RAM and will, therefore, be swapped. I'd like to prefer BAR to run faster for now, so I want FOO to be moved to swap space first and then run BAR. After BAR quits, I'd like to unswap FOO.