Basically, instead of having swap on a separate partition you have a swap file. You start to have memory pressure, a lot of it comes from file system buffers, so you want to push things to swap. But you have a swapfile so you are creating more pressure from filesystem buffers which causes more things to go to swap.Is it a condition when the OS can deadlock when moving a page to the swap?
Typically won't deadlock, but "positive feedback loop that causes the system to eventually crash".
I believe that is what gpw928 means by "deadly embrace"