Skip to content

Commit

Permalink
increase GC concurrency to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Xu committed Aug 18, 2016
1 parent 2166ce2 commit c9b2841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-controller-manager/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit c9b2841

Please sign in to comment.