Skip to content

Commit

Permalink
Increase node heap size for adiff service (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Jan 2, 2025
1 parent 1a99e1e commit 8a6c458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/osmcha/templates/adiff-service-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ spec:
value: {{ .Values.adiff_service.redis_url }}
- name: NumberOfWorkers
value: {{ .Values.adiff_service.worker_count | quote }}
- name: NODE_OPTIONS
value: --max-old-space-size=8192

0 comments on commit 8a6c458

Please sign in to comment.