Skip to content

Commit

Permalink
Pass GOMEMLIMIT as env variable (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam6134 authored Jul 1, 2024
1 parent fff52e4 commit 2322e71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
fieldPath: spec.nodeName
- name: PATH
value: /usr/local/bin:/usr/bin:/bin:/opt/aws/neuron/bin
- name: GOMEMLIMIT
value: 160MiB
ports:
- name: "metrics"
port: {{ .Values.neuronMonitor.service.port }}
Expand Down

0 comments on commit 2322e71

Please sign in to comment.