This action installs vmmeter by the actuated team for right-sizing GitHub Actions VMs using hosted or actuated runners.
Don't guestimate how much RAM, CPU and Disk are required for your jobs, measure it instead, and fine-tune the settings.
See also: Right sizing VMs for GitHub Actions.
steps:
- uses: alexellis/setup-arkade@master
- uses: self-actuated/vmmeter-action@masterThe alexellis/setup-arkade action is required to install arkade, which is used to download the vmmeter binary used by vmmeter-action.
createSummary- defaults totrueand adds the results to the job summary, if set to false, the results will be printed to the console only.
Licensed for free use by customers of OpenFaaS Ltd.