Increase Single Message Maximum Size Limit of Direct Messages in localhost
Hello everyone,
I am using the Solace localhost (PubSub+ standard edition)
The current maximum single message size limit for direct messages is 10GB.
I need a limit of at least 30GB and above for Direct messages in the localhost. Is there any way to increase this limit?
Thanks in advance!
Comments
-
Hi @chaudharys, what's probably happening here is you're using the default scaling tier, 100 connections, which only supports smaller message sizes of 10MB. If you upgrade your Standard Edition to the 1000 connection scaling tier, you'll get support for 64MB messages. See Setting Scaling Parameters for how to do this.
0 -
@TomF, it looks like your link is broken so double check if this is the most useful link that you'd like to send @chaudharys to: https://docs.solace.com/Configuring-and-Managing/SW-Broker-Specific-Config/System-Scaling-Parameters.htm
If using docker w/ a new broker it looks like configuration keys via env variables might be easiest: https://docs.solace.com/Configuring-and-Managing/SW-Broker-Specific-Config/Config-Key-Scaling-Params.htm
0 -
Thanks for the help, it worked.
0