From af3c76e7b571e58cc7ebc683679c72bcfbc8031f Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Tue, 5 Aug 2014 16:13:40 +0200 Subject: [PATCH] Comment configuration file --- conf/glances-test.conf | 2 +- conf/glances.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/glances-test.conf b/conf/glances-test.conf index 8f0cb398..fef896ec 100644 --- a/conf/glances-test.conf +++ b/conf/glances-test.conf @@ -95,10 +95,10 @@ temp2_alias=Motherboard 1 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 diff --git a/conf/glances.conf b/conf/glances.conf index b571aed5..c0dbb077 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -96,6 +96,10 @@ 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