##// END OF EJS Templates
docs: added example how to make tmpfs changes permanent
marcink -
r2159:31411168 default
parent child Browse files
Show More
@@ -25,6 +25,15 b' depending on your available resources.'
25 25
26 26 .. _move-tmp:
27 27
28
29 In order to make this change permanent it's recommend to set it as /etc/fstab
30 entry.
31
32 .. code-block:: bash
33
34 tmpfs /home/user/.rccontrol/enterprise-1/data tmpfs nodev,nosuid,noexec,nodiratime,size=2G 0 0
35
36
28 37 Move ``tmp`` to TMPFS
29 38 ---------------------
30 39
General Comments 0
You need to be logged in to leave comments. Login now