Files
bind9/lib/dns
Ondřej Surý e83b6569da Indicate to the kernel that we won't be needing the zone dumps
Add a call to posix_fadvise() to indicate to the kernel, that `named`
won't be needing the dumped zone files any time soon with:

 * POSIX_FADV_DONTNEED - The specified data will not be accessed in the
   near future.

Notes:

 POSIX_FADV_DONTNEED attempts to free cached pages associated with the
 specified region. This is useful, for example, while streaming large
 files. A program may periodically request the kernel to free cached
 data that has already been used, so that more useful cached pages are
 not discarded instead.
2021-05-31 14:52:05 +02:00
..
2021-01-19 10:12:40 +01:00
2020-11-25 08:25:29 +11:00
2021-01-29 12:07:38 +01:00
2021-05-26 08:16:35 +10:00
2021-02-23 09:16:48 +01:00
2021-05-19 00:45:54 +00:00
2020-12-01 10:46:58 +11:00
2021-05-20 09:15:43 +02:00
2021-05-26 08:15:08 +00:00