Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
75be1aa2
Commit
75be1aa2
authored
6 years ago
by
Matt Traudt
Browse files
Options
Downloads
Plain Diff
Merge branch 'ticket26937_02' from juga, thanks
parents
5e363d8b
a9e4fbdf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-1
5 additions, 1 deletion
CHANGELOG.md
INSTALL.rst
+25
-0
25 additions, 0 deletions
INSTALL.rst
with
30 additions
and
1 deletion
CHANGELOG.md
+
5
−
1
View file @
75be1aa2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
INSTALL.rst
+
25
−
0
View file @
75be1aa2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment