-
Describe the bug
To Reproduce service-dragonfly:
image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
container_name: service-dragonfly
ulimits:
memlock: -1
command: dragonfly --requirepass "${REDIS_PASSWORD}" --admin_nopass --cache_mode
ports:
- "6379:6379"
restart: unless-stopped
volumes:
- .docker/dragonfly/data:/data
Expected behavior Environment (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Answered by
romange
Apr 17, 2024
Replies: 1 comment 2 replies
-
please add |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
someson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
please add
--proactor_threads=4
argument to limit it running on 4 threads