mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
parent
232e648e33
commit
75ab842bf3
@ -34,11 +34,15 @@ order += "tztime local"
|
|||||||
# Load is first as the treshold may need the most modification here
|
# Load is first as the treshold may need the most modification here
|
||||||
load {
|
load {
|
||||||
format = "%1min %5min %15min"
|
format = "%1min %5min %15min"
|
||||||
# The default is 5 while my laptop has only 2 cores (without SMT
|
# Defaults to 5, nosmt MDS mitigation disables ½ of the cores
|
||||||
# for MDS mitigation) and older PC 1.
|
# X,7 ? https://scoutapm.com/blog/understanding-load-averages
|
||||||
# CHANGEME - apparently whether . or , works depends on locale -.-
|
# CHANGEME - apparently whether . or , works depends on locale -.-
|
||||||
#max_threshold = "1,7"
|
# Rbtpzn, the oldest machine from 2006, single core
|
||||||
#max_threshold = "0,7"
|
#max_threshold = "0,7"
|
||||||
|
# Dualcore, mostly everything else
|
||||||
|
max_threshold = "1,7"
|
||||||
|
# Zaldaryn, quadcore
|
||||||
|
#max_threshold = "3,7"
|
||||||
}
|
}
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
|
Loading…
Reference in New Issue
Block a user