# HG changeset patch # User Marco Bozzolan # Date 2017-01-04 11:56:30 # Node ID 7e2749d8b97688295a739d4dfcd80482537e21a7 # Parent 5d54091a95cfe276f45bf9c6511215419aa5b785 Suggest different permissions for tmpfs-mounted /tmp 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 @@ -34,8 +34,8 @@ performance boost. .. code-block:: bash - # mount tmp to memory with 2GB limit and 755 write permissions - mount -t tmpfs -o size=2G,mode=0755 tmpfs /tmp + # mount tmp to memory with 2GB limit and 1777 write permissions + mount -t tmpfs -o size=2G,mode=1777 tmpfs /tmp For more information about TMPFS, see the documentation `here`_.