Is there a possibility to prevent swapping for a single process?
This process is an in-memory-database and should not be moved to virtual ram.
all other processes should still be swap-able.
I need something like the "lock pages in memory" option of the SQL-Server.