Is there a method to "lock" asterisk into memory such that once its loaded it does not get paged out? I have ran into a couple times where it seems like asterisk needs to be paged back into memory to start answering a call. This is on a machine that is using the ALSA port to send audio over. Sometimes there is a delay to "answer" the call. Thanks, Jerry
Am 11.07.2011 19:11, schrieb Jerry Geis:> Is there a method to "lock" asterisk into memory > such that once its loaded it does not get paged out?"lock" into memory: disable swapping. (But this might have other "impacts" ;-) ) "increase probability to be in memory": Add RAM and stop other applications. Some extra GB of RAM wouldn't cost that much, nowadays.. Norbert