Hello everyone, I have setup Dragon Fly as a dockerized container which is accessed by a couple of spring boot services. The CPU usage of dragon fly seems to be higher when compared to Redis in idle and under load scenarios, details below:
1 - Dragon Fly container running with no load - CPU usage sitting at 25 %
2 - Dragon Fly container running with some load from spring boot services , CPU usage at 175 %
These stats are from Ubuntu 20.04.
When I tried swapping the Dragon Fly image with Redis image, then the same numbers are at 5% and 28% respectively. Are there any configuration changes that I can do to the dragon fly container which results in less CPU usage?