You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2016/03/10 22:42:40 UTC

[jira] [Created] (UIMA-4835) UIMA-DUCC: update ducc.properties and docs to change units on swap threshold

Jerry Cwiklik created UIMA-4835:
-----------------------------------

             Summary: UIMA-DUCC: update ducc.properties and docs to change units on swap threshold
                 Key: UIMA-4835
                 URL: https://issues.apache.org/jira/browse/UIMA-4835
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.1.0-Ducc


The current ducc.properties states
# Specify a minimum amount of free swap space available on a node.
# If an agent detects free swap space dipping below the value defined
# below, it will find the fattest (in terms of memory) process in its
# inventory and kill it. The value of the parameter below is expressed
# in MB.
# Initially disabled by setting the threshold at 0.
#   Set this to 1GB equiv
# OVERRIDE by merger Thu Mar 10 11:39:13 2016 old value: 0
 
The agent gets swap info from /proc/meminfo where swap is expressed in KB. The above comment asks a user to define threshold in MB which is wrong. It should be KB instead of MB

Also add units when logging memory and swap to make it explicit




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)