Changeset 12589 for main/waeup.uniben/trunk/src/waeup/uniben/utils
- Timestamp:
- 11 Feb 2015, 07:59:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r12575 r12589 23 23 """A collection of methods subject to customization. 24 24 """ 25 26 SYSTEM_MAX_LOAD = { 27 'swap-mem': None, 28 'virt-mem': 80.0, 29 'cpu-load': 100.0, 30 } 25 31 26 32 PREFERRED_LANGUAGES_DICT = {
Note: See TracChangeset for help on using the changeset viewer.