yufan022 edited a comment on issue #9213:
URL: https://github.com/apache/pulsar/issues/9213#issuecomment-760711318
You can add configuration in helm:
```
bookkeeper:
configData:
nettyMaxFrameSizeBytes: "104857600"
PULSAR_MEM: "-Xms128m -Xmx1024m -XX:MaxDirectMemorySize=1024m"
broker:
configData:
maxMessageSize: "104857600"
PULSAR_MEM: "-Xms128m -Xmx1024m -XX:MaxDirectMemorySize=1024m"
```
These can change the configuration and JVM env of Broker and BooKeeper
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]