Skip to content

Commit 1336ba5

Browse files
authored
fix(helm): uwsgi tuning (#13146)
1 parent e464cbe commit 1336ba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helm/defectdojo/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ django:
283283
cpu: 2000m
284284
memory: 512Mi
285285
appSettings:
286-
processes: 2
287-
threads: 2
286+
processes: 4
287+
threads: 4
288288
# maxFd: 102400 # Uncomment to set the maximum number of file descriptors. If not set will be detected by uwsgi
289289
enableDebug: false # this also requires DD_DEBUG to be set to True
290290
certificates:

0 commit comments

Comments
 (0)