Replies: 1 comment
-
maybe it's a bug on how the metrics are shown: #2284 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using self-hosted runners on EKS in
dind
mode, I'm building docker images with nodejs / nextjs, using npm and yarn, etc.What I see is that even though I request 1 or 2 cores of CPU in the containers, I see my pods regularly only using 6m cpu and 300Mi of memory.
Is there anything I can do to make my build use more resources?
Just using the standard
docker/build-push-action@v5
action...Beta Was this translation helpful? Give feedback.
All reactions