-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
CPU over 100% when queues are not empty #39
Comments
Hey @matthew-gill , I have the same issue ! And moreover this container is constantly getting some information as input (Here Input are at 17.9GB after like 5 min of running)
To avoid this container to overload my system, I've launch it with a cpu restriction of 0.2
If someone has any new idea, please share |
@Pixel-Jack I ended up swapping to localstack instead of this as it supports SQS... I also needed KMS as part of my stack and it came with that, too. Perhaps a bit heavy handed if you only need SQS, however, it seems a lot more polite with CPU usage, so maybe give it a go? It also seems a lot more maintained than this image, too. |
If it helps, here's a snippet of my
Then create the following file: ./docker/config/localstack/01-queues.sh:
|
@matthew-gill Thank you, for the tip and the conf files ! I'll try this, this whole stack should be useful later so it won't be a waste :) |
I suspect it's the insights node app that is doing something strange here. |
+1 |
@rciorba Any update on this? |
I agree that the node app seems to be acting weird. Is there a way to make container start without the node app and only the SQS part (I can view the queue contents with aws-cli if needed)? |
FYI, there's an MR which also fixes this issue: #37 |
I also have been having over 100% CPU usage but clearing my queues from time to time seems to resolve my CPU usage and I'm actually able to hear other things besides just my laptop fans lol |
I think the title says it all.
using
docker stats
when my queues are empty, CPU reports around 3%If I use the following command ONCE, the CPU jumps to 130%
Is this a known issue? Any ideas on how to fix it?
The text was updated successfully, but these errors were encountered: