<@U01NN9CTQ01> I’m going to start playing around w...
# all-things-deployment
w
@early-lamp-41924 I’m going to start playing around with the ES env vars for the system to try and get the retries to handle throughput. Am I setting these just on the MAE Consumer or should they be set on the GMS as well? I was just going to include them as
extraEnvs
entries in the charts. Also what does
ES_BULK_REQUESTS_LIMIT
and
ES_BULK_FLUSH_PERIOD
set? * ES_BULK_REQUESTS_LIMIT * ES_BULK_NUM_RETRIES * ES_BULK_RETRY_INTERVAL * ES_BULK_FLUSH_PERIOD
e
These are write path params, so no need!
w
sorry I’m not sure I follow
you mean just set it on the MAE?
e
Yup. So no need to add them to gms
w
cool
oh FYI, I switched to the neo4j-community chart for neo4j from https://equinor.github.io/helm-charts/charts/, I had to set `imageTag: 4.2.5`because of this issue: https://github.com/neo4j-contrib/neo4j-helm/issues/167. That might be something specific to our K8's infra, but figured I’d mention it in case you run into problems with the chart in other places.
e
I faced the same issue when I tried to set resource limits. played around with the limits. Setting it to
Copy code
resources:
    limits:
      cpu: 500m
      memory: 1Gi
    requests:
      cpu: 200m
      memory: 1Gi
worked