Skip to content

Commit

Permalink
more search and filter pods (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq authored Oct 17, 2023
1 parent 520157c commit ab6a3d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,11 @@ search:
# Number of uvicorn workers for running the application
# (2 x $num_cores) + 1
# https://docs.gunicorn.org/en/stable/design.html#how-many-workers
uvicornNumWorkers: "9"
# but we only set to 2 to avoid OOM
uvicornNumWorkers: "2"
nodeSelector:
role-datasets-server-search: "true"
replicas: 12
replicas: 24
service:
type: NodePort
resources:
Expand Down

0 comments on commit ab6a3d1

Please sign in to comment.