dave2wave edited a comment on issue #13858: URL: https://github.com/apache/pulsar/issues/13858#issuecomment-1026227746
Did you use the terraform-aws setup at https://github.com/apache/pulsar/tree/master/deployment/terraform-ansible ? If so that has been updated in the last few days. You can try to update. Also you can control memory in: ``` ./deploy-pulsar.yaml 50: max_heap_memory: "12g" 51: max_direct_memory: "12g" 65: max_heap_memory: "512m" 66: max_direct_memory: "1g" ``` -- 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]
