# HG changeset patch # User Marcin Kuzminski # Date 2017-10-09 09:32:43 # Node ID 314111680956cda6ed57b4e8fe9f543a6a889bcf # Parent 24e0f4b818c208debfb1e1c22522e99414091c83 docs: added example how to make tmpfs changes permanent diff --git a/docs/admin/tuning-mount-cache-memory.rst b/docs/admin/tuning-mount-cache-memory.rst --- a/docs/admin/tuning-mount-cache-memory.rst +++ b/docs/admin/tuning-mount-cache-memory.rst @@ -25,6 +25,15 @@ depending on your available resources. .. _move-tmp: + +In order to make this change permanent it's recommend to set it as /etc/fstab +entry. + +.. code-block:: bash + + tmpfs /home/user/.rccontrol/enterprise-1/data tmpfs nodev,nosuid,noexec,nodiratime,size=2G 0 0 + + Move ``tmp`` to TMPFS ---------------------