Skip to content

Commit

Permalink
temporarily set num-workers to 2 to see if it fixes test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Jan 25, 2019
1 parent 2976c22 commit 2cb03ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install/helm/agones/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ agones:
operator: Exists
generateTLS: true
safeToEvict: false
numWorkers: 64
# TODO - increase this to 64 or more when #499 is fixed.
numWorkers: 2
apiServerQPS: 100
apiServerQPSBurst: 200
http:
Expand Down
2 changes: 1 addition & 1 deletion install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ spec:
- name: SIDECAR_CPU_LIMIT
value: "0"
- name: NUM_WORKERS
value: "64"
value: "2"
- name: API_SERVER_QPS
value: "100"
- name: API_SERVER_QPS_BURST
Expand Down

0 comments on commit 2cb03ee

Please sign in to comment.