Description: The ledger size increases when there are unacknowledged messages on the subscriber side. When a publisher ledger file size has unacknowledged messages, it will try to resend those messages
periodically and this will result in high memory usage.
Symptoms: Growing ledger size increases when there are unacknowledged messages from the subscriber side.
Cause: Messages are held in the ledger for two reasons:
1). Messages have not been confirmed by individual CM subscribers.
2). Messages are marked for deletion, but the O/S has not reclaimed the memory.