]> git.sesse.net Git - nageru/commitdiff
Document the mlockall() change in NEWS.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 9 Jun 2016 18:34:20 +0000 (20:34 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 9 Jun 2016 18:34:20 +0000 (20:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index db1b9ef9e96700fe9ce52038610d8698933322ac..9988f59b6cdaf7a86190468f7f9bfe43c8af6398 100644 (file)
--- 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.
 
  - 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.
 
 
  - Various fixes for deadlocks, memory leaks, and many other errors.