Add: load notice in usage doc

Closes-Bug: #1625778
Change-Id: Ib396aadb82a9d9a4dc56321d595998abf14f0c2e
This commit is contained in:
Dmitry Sutyagin 2016-11-14 14:00:00 -08:00
parent 59aaf460a3
commit 4c1a1f6ebd
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Usage
=====
**NOTICE:** Even though Timmy uses nice and ionice to limit impact on the cloud, you should still expect 1 core utilization both locally (where Timmy is launched) and on each node where commands are executed or logs collected. Additionally, if logs are collected, local disk (log destination directory) may get utilized significantly.
The easiest way to launch timmy would be running the ``timmy.py`` script.
However, you need to :doc:`configure </configuration>` it first.

View File

@ -16,7 +16,7 @@
# under the License.
project_name = 'timmy'
version = '1.22.1'
version = '1.22.2'
if __name__ == '__main__':
import sys