Why a 64 MB message size limit? #6501
Unanswered
Marko19907
asked this question in
Q&A
Replies: 1 comment 10 replies
-
With messages that big, you will probably run out of memory very quickly, and if you didn't, you wouldn't be able to buffer full messages before triggering a slow consumer scenario on a subscriber. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I noticed that NATS has a 64 MB message size limit, while similar solutions sometimes allow up to 1 GB or have no fixed limit. Could someone explain the rationale behind this cap? Also, if I fork the project and increase the limit myself to, say, 512 MB, what potential issues should I be aware of, are there concerns beyond just performance?
Thanks for any insights!
Beta Was this translation helpful? Give feedback.
All reactions