Replies: 1 comment
-
@hosmelq Did you set cpu or memory limits on the container? Kamal doesn't restrict CPU or memory unless you set it as an option. If it's not set as an option it'll use as much as it needs. How many web processes do you have set up to handle requests? It looks like your requests are taking 4s each so the problem looks to be application side and not on the Docker/Kamal side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Laravel application running on a small server (1CPU, 1RAM) to test Kamal. When I made a stress test I got very slow responses, I checked the server resources and it does not consume 0.5 CPU even. Is there any way to let the containers consume all the available resources?
stress test output:
docker stats output during stress test:
Beta Was this translation helpful? Give feedback.
All reactions