mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
increase GC concurrency to 100
This commit is contained in:
parent
2166ce2fdc
commit
c9b28416b7
@ -93,7 +93,7 @@ func NewCMServer() *CMServer {
|
||||
LeaderElection: leaderelection.DefaultLeaderElectionConfiguration(),
|
||||
ControllerStartInterval: unversioned.Duration{Duration: 0 * time.Second},
|
||||
EnableGarbageCollector: false,
|
||||
ConcurrentGCSyncs: 5,
|
||||
ConcurrentGCSyncs: 100,
|
||||
ClusterSigningCertFile: "/etc/kubernetes/ca/ca.pem",
|
||||
ClusterSigningKeyFile: "/etc/kubernetes/ca/ca.key",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user