Changeset 12589 for main/waeup.uniben


Ignore:
Timestamp:
11 Feb 2015, 07:59:13 (10 years ago)
Author:
Henrik Bettermann
Message:

Customize SYSTEM_MAX_LOAD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r12575 r12589  
    2323    """A collection of methods subject to customization.
    2424    """
     25
     26    SYSTEM_MAX_LOAD = {
     27        'swap-mem': None,
     28        'virt-mem': 80.0,
     29        'cpu-load': 100.0,
     30        }
    2531
    2632    PREFERRED_LANGUAGES_DICT = {
Note: See TracChangeset for help on using the changeset viewer.