mq machine::limits
Overview
This class is the default implementation for making sure the OS Limits on your system are set correctly for MQ.
Using hiera, you can customize some of the aspects of this process.
When these customizations aren’t enough, you can replace the class with your own class. See ibm_profile::mq_machine for an explanation on how to do this.
Attributes
| Attribute Name | Short Description |
|---|---|
| list | The list of security limits to ensure for MQ. |
list
The list of security limits to ensure for MQ.
The default is:
mqm/nofile":
soft: 20480
hard: 20480
mqm/nproc":
soft: 4096
hard: 4096
Type: Hash
