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
set GHA runner max heap size dynamically based upon runner hardware
Before this change, we set the max heap size based upon runner OS.
That worked well enough, since we only used the free GitHub-hosted runners with well-known hardware.
Now that we have two different Ubuntu runner sizes, that older strategy is leaving free memory on the table.
0 commit comments