You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update file-locations.md
Providing guidance on how large the /tmp filesystem should be. In support, we are constantly finding customers who have /tmp filesystems that are far too small to accommodate support package creation.
* Update content/operate/rs/installing-upgrading/install/plan-deployment/file-locations.md
Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
* Update content/operate/rs/installing-upgrading/install/plan-deployment/file-locations.md
---------
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/operate/rs/installing-upgrading/install/plan-deployment/file-locations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The default directories that Redis Enterprise Software uses for data and metadat
35
35
| /var/opt/redislabs/log | System logs for Redis Enterprise Software |
36
36
| /var/opt/redislabs/run | Socket files for Redis Enterprise Software |
37
37
| /etc/opt/redislabs | Default location for cluster manager configuration and certificates |
38
-
| /tmp |Temporary files |
38
+
| /tmp |The /tmp filesystem is for temporary files and should be sized according to this formula: `<number-of-cluster-nodes> * <size-of-/var/opt/redislabs/log-filesystem>`|
0 commit comments