summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2014-09-15 19:06:12 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2014-09-15 19:06:12 +0200
commit4521f2aa0b74b8a23b17860cd8faf989dc1229d8 (patch)
tree844abdd540a0be93094191ea14a7ae2b52b99919 /conf
parentff10056508036b573a32686f9e522e65e6102611 (diff)
Automaticaly compute top processes number for the current screen - issue #408
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-test.conf4
-rw-r--r--conf/glances.conf4
2 files changed, 0 insertions, 8 deletions
diff --git a/conf/glances-test.conf b/conf/glances-test.conf
index fef896ec..9ca9175a 100644
--- a/conf/glances-test.conf
+++ b/conf/glances-test.conf
@@ -96,10 +96,6 @@ core 0_alias=CPU Core 0
core 1_alias=CPU Core 1
[processlist]
-# Maximum number of processes to show in the UI
-# Note: Only limit number of showed processes (not the one returned by the API)
-# Default is 20 processes (Top 20)
-max_processes=20
# Limit values for CPU/MEM per process in %
# Default values if not defined: 50/70/90
cpu_careful=50
diff --git a/conf/glances.conf b/conf/glances.conf
index c0dbb077..b571aed5 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -96,10 +96,6 @@ battery_critical=95
#core 1_alias=CPU Core 1
[processlist]
-# Maximum number of processes to show in the UI
-# Note: Only limit number of showed processes (not the one returned by the API)
-# Default is 20 processes (Top 20)
-max_processes=20
# Limit values for CPU/MEM per process in %
# Default values if not defined: 50/70/90
cpu_careful=50