ibm-messaging / mq-container

Container images for IBM® MQ
Apache License 2.0
255 stars 189 forks source link

unable to change the log size with in the pod #499

Closed craigjolley closed 1 year ago

craigjolley commented 2 years ago

Is there a way we can change the log size when the QM is created. currently creating 16 mb files.

arthurbarr commented 2 years ago

No there is not a way to do that without a code change. Here's where you'd need to set it: https://github.com/ibm-messaging/mq-container/blob/4580cecf4973107dff184e8cbbcf9ac7f5b4e7df/cmd/runmqserver/qmgr.go#L210

daniel-geiger-ibmde commented 1 year ago

Would be really helpful to have an option to inject (generic) crtmqm args.

arthurbarr commented 1 year ago

This is now possible at queue manager creation time by setting the MQ_QMGR_LOG_FILE_PAGES variable, as documented in the README.