Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] [RSMB] Strange memory behavior

Dear all,

RSMB lead to be small broker but I have use RSMB to publish a "big" binary message (100MB) and the memory increases when the message was sent and no longer descends. Looks like the memory allocated for the message transfer was not as deallocated. The behavior is not cumulative: if published after the big message any other smaller message, memory size does not change but if we try to publish bigger one, the memory increases and do not fall. RSMB keeps memory allocated equal to the size of the largest forwarded message. 
Is this normal ? (Mosquitto don't have this strange behavior)

Regards,
/Mohamed

Back to the top