mirror of
https://github.com/nicolargo/glances.git
synced 2026-05-18 19:47:40 -04:00
Comment configuration file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user