docs: added example how to make tmpfs changes permanent

This commit is contained in:
Marcin Kuzminski 2017-10-09 11:32:43 +02:00
parent 698358646e
commit 7b0f075487

View file

@ -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
---------------------