linux - Direct swapped memory pages to specific swap space per porcess -


is there way assign swap space or swap file 1 process or group of processes while other processes still use normal swap mechanism?

here context. have process uses huge amount of memory (larger physical memory) , want direct swapped pages owned process swap file create on ssd.

i using linux.


Comments