Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Feb 23, 2024
1 parent fc53de4 commit 3db6066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/setup/storage.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.
- ``-o``: Export the results to a file.

0 comments on commit 3db6066

Please sign in to comment.