michal0000000 commented on issue #639:
URL:
https://github.com/apache/pulsar-helm-chart/issues/639#issuecomment-3534309358
The default memory limit settings are too low. What you need to do is
increase them for the pod as well as in the command:
```
resources:
requests:
cpu: 1
memory: 512Mi
command: ["sh", "-c"]
args:
- |
export PULSAR_MEM="-Xmx512M";
bin/apply-config-from-env.py conf/proxy.conf &&
echo "OK" > "${statusFilePath:-status}" &&
OPTS="${OPTS} -Dlog4j2.formatMsgNoLookups=true" exec bin/pulsar
proxy
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]