ibm-messaging/mq-container

unable to change the log size with in the pod

craigjolley opened this issue · 3 comments

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

No there is not a way to do that without a code change. Here's where you'd need to set it:

func getCreateQueueManagerArgs(mounts map[string]string, name string, devMode bool) []string {

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

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