unable to change the log size with in the pod
craigjolley opened this issue · 3 comments
craigjolley commented
Is there a way we can change the log size when the QM is created. currently creating 16 mb files.
arthurbarr commented
No there is not a way to do that without a code change. Here's where you'd need to set it:
mq-container/cmd/runmqserver/qmgr.go
Line 210 in 4580cec
daniel-geiger-ibmde commented
Would be really helpful to have an option to inject (generic) crtmqm args.
arthurbarr commented
This is now possible at queue manager creation time by setting the MQ_QMGR_LOG_FILE_PAGES
variable, as documented in the README.