From: Steinar H. Gunderson Date: Thu, 9 Jun 2016 18:34:20 +0000 (+0200) Subject: Document the mlockall() change in NEWS. X-Git-Tag: 1.3.0~5 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=8d575ed1bf8c01daaeb4bdf87de53d089448ba93 Document the mlockall() change in NEWS. --- diff --git a/NEWS b/NEWS index db1b9ef..9988f59 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ Nageru 1.3.0, not released yet - You can now override the default stream-to-card mapping with --map-signal= on the command line. + - Nageru now tries to lock itself into RAM if it has the permissions to do + so, for better realtime behavior. (Writing the stream to disk tends to + fill the buffer cache, eventually paging less-used parts of Nageru out.) + - Various fixes for deadlocks, memory leaks, and many other errors.