You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/15 07:38:24 UTC

[GitHub] [pulsar] yufan022 edited a comment on issue #9213: Souce connector can not be created successfully on pulsar cluster that installed by the offical helm chart

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 of BooKeeper and Broker.


----------------------------------------------------------------
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:
users@infra.apache.org