]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/cache: remove SIGBUS note, since cache is preallocated
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 28 Jan 2020 14:39:29 +0000 (15:39 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 29 Jan 2020 10:32:17 +0000 (11:32 +0100)
daemon/bindings/cache.rst

index eeadb6fcfc75119eebef9f6142aaf03ed170e3e6..7da58ff0b5421dbb24f3d029e98c494cb43524aa 100644 (file)
@@ -74,11 +74,10 @@ The cache content will be saved in memory, and thus have faster access
 and will be lost on power-off or reboot.
 
 
-.. note:: In most of the Unix-like systems ``/tmp`` and ``/var/run`` are commonly mounted to tmpfs.
-   While it is technically possible to move the cache to an existing
-   tmpfs filesystem, it is *not recommended*: The path to cache is specified in
-   multiple systemd units, and a shared tmpfs space could be used up by other
-   applications, leading to ``SIGBUS`` errors during runtime.
+.. note:: In most of the Unix-like systems ``/tmp`` and ``/var/run`` are
+   commonly mounted as tmpfs.  While it is technically possible to move the
+   cache to an existing tmpfs filesystem, it is *not recommended*, since the
+   path to cache is configured in multiple places.
 
 Mounting the cache directory as tmpfs_ is the recommended approach.  Make sure
 to use appropriate ``size=`` option and don't forget to adjust the size in the