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