Hi,<br><br>I run a time-critical application on a vServer which seems to have very little memory (even 512mb are guaranteed).<br>Every page that hasn&#39;t been accessed the last few minutes is immediatly swapped out, and if a request comes in the system is busy many seconds loading the working-set of the application into memory again.<br>
<br>Is there any way to prevent applications from beeing swapped out?<br>I tried to call mlock(), but after this call dynamically loading shared libraries failed :/<br><br>Thanks, Clemens<br>