commit c32badb2be371889a1d14050ce8cf98bbc8d0719 Author: juga0 juga@riseup.net Date: Tue Feb 23 14:05:54 2021 +0000
fix: doc: system physical requirements
After fixing #40017, the datadir files are compressed after 29 days and deleted after 57. However the total used disk space is less than 3G, leaving 3G as precaution.
Closes #40044. --- INSTALL.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/INSTALL.rst b/INSTALL.rst index 19fc25f..03b6335 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -88,7 +88,7 @@ System physical requirements - Free disk: at least 3GB
``sbws`` and its dependencies need around 20MB of disk space. -After 90 days ``sbws`` data files use around 3GB. +After 57 days ``sbws`` data files use a maximum of 3GB. If ``sbws`` is configured to log to files (by default will log to the system log), it will need a maximum of 500MB.
@@ -98,9 +98,10 @@ and log partitions. Details about ``sbws`` data:
``sbws`` produces around 100MB of data a day. -By default raw results' files are compressed after 10 days and deleted after 90. +By default raw results' files are compressed after 29 days and deleted after +57. The bandwidth files are compressed after 7 days and deleted after 1. -After 90 days, the disk space used by the data will be aproximately 3GB. +After 57 days, the disk space used by the data will be up to 3GB. It will not increase further. If ``sbws`` is configured to log to files, logs will be rotated after they are 10MB and it will keep 50 rotated log files.
tor-commits@lists.torproject.org