Skip to content

Commit d25014d

Browse files
authored
Merge pull request #1103 from rackerlabs/nautobot-tuning-20250724
fix(nautobot): Performance tuning for nautobot
2 parents 82ef275 + 9f0d4b5 commit d25014d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/nautobot/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ nautobot:
5454
timeoutSeconds: 60
5555

5656
celery:
57+
# Concurrency defaults to the number of CPUs detected on the system.
58+
# If your concurrency is set too high for the resource requests and limits then
59+
# you'll have a large amount of memory taken by all the worker processes.
60+
# https://github.com/nautobot/helm-charts/issues/433
61+
# https://docs.nautobot.com/projects/core/en/stable/user-guide/administration/guides/celery-queues/#concurrency-setting
62+
concurrency: 2
5763
replicaCount: 1
5864
extraEnvVarsSecret:
5965
- nautobot-django
@@ -67,7 +73,6 @@ celery:
6773
periodSeconds: 120
6874
timeoutSeconds: 60
6975

70-
7176
postgresql:
7277
enabled: false
7378

0 commit comments

Comments
 (0)