From 3db6066addb50d337147acfd898ebd6e30a1d617 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Fri, 23 Feb 2024 14:26:42 +0100 Subject: [PATCH] style: lint --- docs/source/setup/storage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/setup/storage.rst b/docs/source/setup/storage.rst index 0deaa17b12..bdf0e694f3 100644 --- a/docs/source/setup/storage.rst +++ b/docs/source/setup/storage.rst @@ -1,7 +1,7 @@ Manage Disk Usage ================= -In SEPAL, efficient storage management is crucial due to the limited storage capacity. We highly recommended to regularly audit and clean your storage space to maintain optimal system functionality and your resources under the limits. +In SEPAL, efficient storage management is crucial due to the limited storage capacity. We highly recommended to regularly audit and clean your storage space to maintain optimal system functionality and your resources under the limits. For non-expert users, initiating storage cleanup can seem daunting. It's important to start with directories known for accumulating large files, such as :code:`/var/log` (system logs), :code:`/tmp` (temporary files), and personal directories like :code:`~/Downloads` or :code:`~/module_results`. A conservative estimate for high storage usage in these areas can vary depending on individual use cases and system configurations. However, as a general guideline, any single folder occupying more than 1GB of space warrants a closer look, especially if it's not actively used for current projects. @@ -77,4 +77,4 @@ Some useful flags include: - ``-x``: Stay on the filesystem of the directory being scanned. - ``-q``: Quick mode, doesn't count sizes of subdirectories. -- ``-o``: Export the results to a file. \ No newline at end of file +- ``-o``: Export the results to a file.