Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak on elasticmq-native:1.3.3 #590

Open
cayter opened this issue Dec 15, 2021 · 1 comment
Open

Memory leak on elasticmq-native:1.3.3 #590

cayter opened this issue Dec 15, 2021 · 1 comment

Comments

@cayter
Copy link

cayter commented Dec 15, 2021

OS: MacOS Big Sur 11.6.1

Running the docker image locally and use docker stats to inspect the memory usage, it just keeps increasing until it runs out of assigned memory and crashes that leads to restart. Is there any configuration we need to add to avoid this?

@HDHOUSE
Copy link

HDHOUSE commented Apr 25, 2022

OS: Ubuntu 20.04.3

Hello, I have the same problem, elasticMQ version 1.3.6 is located in a docker container. It uses 2.4GB of memory after that it stops working but the container does not terminate.

Log:

[elasticmq-akka.actor.default-dispatcher-4] INFO  akka.actor.DeadLetterActorRef - Message [org.elasticmq.MessageData] to Actor[akka://elasticmq/deadLetters] was not delivered. [32] dead letters encountered, of which 21 were not logged. The counter will be reset now. If this is not an expected behavior then Actor[akka://elasticmq/deadLetters] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "elasticmq-scheduler-1"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "elasticmq-akka.io.pinned-dispatcher-7"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "elasticmq-akka.actor.default-dispatcher-12"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants