Advanced Configuration
Configuring Max Cluster Log Queue Sizes
By default, the cluster log queues have a maximum size of 10,000 messages. If you see logs not being recorded or warnings about the queues being close to full or full and you have spare resources, you can increase or decrease the queues using the .vmoptions files (mcserver.vmoptions or mcservice.vmoptions).
You can set the max queue size for the alert log with:
-Dmirth.clustering.alertlog.maxqueue= 20000 |
You can set the max queue size for the connection log with:
-Dmirth.clustering.connectionlog.maxqueue= 20000 |
You can set the max queue size for the server log with:
-Dmirth.clustering.serverlog.maxqueue= 20000 |