You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was curious to see what others are seeing in their github action runners. I'm experiencing a really high load average. This step is a python install dependency in our action. This step takes 30 mins, or sometimes times out after an hour (we set a limit), same action takes 3 minutes on my machine, and a little bit longer when running directly in Github's action runner. This seems too high.
The pod resource request is 2 cpu, 8Gi ram allocated inside Azure's AKS. v1.22.6, beta.kubernetes.io/instance-type=Standard_E4ds_v4
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was curious to see what others are seeing in their github action runners. I'm experiencing a really high load average. This step is a python install dependency in our action. This step takes 30 mins, or sometimes times out after an hour (we set a limit), same action takes 3 minutes on my machine, and a little bit longer when running directly in Github's action runner. This seems too high.
The pod resource request is 2 cpu, 8Gi ram allocated inside Azure's AKS. v1.22.6, beta.kubernetes.io/instance-type=Standard_E4ds_v4
Beta Was this translation helpful? Give feedback.
All reactions