Is there a way to tell Linux that it shouldn\'t swap out a particular processes\' memory to disk?
Its a Java app, so ideally I\'m hoping for a way to do this from th
You can do that by the mlock family of syscalls. I'm not sure, however, if you can do it for a different process.