We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When I run dragonfly docker container I get 100% CPU load (iowait)
If I disable container, then I get all normal
To Reproduce Steps to reproduce the behavior:
dragonfly:latest
Detailed CPU Time
Expected behavior Didn't consume all CPU Time for iowait
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
sha256:ac30f1740e1aaeb8edd697b823a1ca747ee05282b872fffb769fabfdafb0d40a
Additional context
I have installed swap with zram. vm.swappines=60
vm.swappines=60
version: "3.9" services: dragonfly: hostname: "dragonfly" image: "docker.dragonflydb.io/dragonflydb/dragonfly:latest" ulimits: memlock: -1 volumes: - "dragonfly-data:/data" restart: always networks: - dragonfly-vnet volumes: dragonfly-data: networks: dragonfly-vnet: external: true
Maybe I miss something, feel free to ask if you need something else too.
The text was updated successfully, but these errors were encountered:
duplicate of #2181 #2270 #2287
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When I run dragonfly docker container I get 100% CPU load (iowait)
If I disable container, then I get all normal
To Reproduce
Steps to reproduce the behavior:
dragonfly:latest
imageDetailed CPU Time
Expected behavior
Didn't consume all CPU Time for iowait
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
sha256:ac30f1740e1aaeb8edd697b823a1ca747ee05282b872fffb769fabfdafb0d40a
)Additional context
I have installed swap with zram.
vm.swappines=60
Maybe I miss something, feel free to ask if you need something else too.
The text was updated successfully, but these errors were encountered: