You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read full message body at once when larger than 4MB
When a message (much) larger than 4MB is read from an rdq file in
`rabbit_msg_store:scan/6)` adjust the read size to the full message
size instead of appending it together from 4MB chunks, which leaves a
lot of garbage and memory fragmentation behind.
0 commit comments