Skip to content
Snippets Groups Projects
Commit 75be1aa2 authored by Matt Traudt's avatar Matt Traudt
Browse files

Merge branch 'ticket26937_02' from juga, thanks

parents 5e363d8b a9e4fbdf
Branches
Tags
No related merge requests found
......@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Add system physical requirements section to INSTALL (#26937)
- Warn when there is not enough disk space (#26937)
### Fixed
- Broken environment variable in default sbws config. To use envvar $FOO, write
......@@ -39,7 +44,6 @@ file)
- Log line on start up with sbws version, platform info, and library versions
(trac#26751)
- Manual pages (#26926)
- Warn when there is not enough disk space (#26937)
### Fixed
......
......@@ -98,6 +98,31 @@ To build the documentation diagrams::
The generated diagrams will be in ``docs/build/_images/``.
System physical requirements
-----------------------------
- Bandwidth: at least 20MB/s (160 Mbit/s). The more the better.
- Free RAM: at least 1.5GB
- Free disk: at least 3GB
``sbws`` and its dependencies need around 20MB of disk space.
After 90 days ``sbws`` data files use around 3GB.
If ``sbws`` is configured to log to files (by default will log to the
system log), it will need a maximum of 500MB.
It is recommended to set up an automatic disk space monitoring on ``sbws`` data
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.
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.
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.
.. _virtualenv: https://virtualenv.pypa.io/en/stable/installation/
.. _Stem: https://stem.torproject.org/
.. _socks: http://docs.python-requests.org/en/master/user/advanced/#socks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment