Maximum heap size reached #1015
Answered
by
badsector3
badsector3
asked this question in
Q&A
-
Hi. When I send a message of size 160KB (2 per second) the connection is dropped with following error:
If I disable retained messages then there is no issue.
I tried with:
No change. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
badsector3
Feb 21, 2024
Replies: 1 comment 2 replies
-
Update to the above - disable retain messages doesn't change anything. Still the same after some additional tests |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @terry-xiaoyu It was exactly that - debug logs.
Found as well ticket on EMQX about it emqx/emqx#9867 (comment)
Problem solved - disable the debug logs in my case fixed the issue.