diff --git a/.github/actions/tune-runner-vm/action.yml b/.github/actions/tune-runner-vm/action.yml index e8914dbe74f6c..e636a961678fd 100644 --- a/.github/actions/tune-runner-vm/action.yml +++ b/.github/actions/tune-runner-vm/action.yml @@ -71,6 +71,10 @@ runs: # stop Azure Linux agent to save RAM sudo systemctl stop walinuxagent.service || true + # Install cgroup-tools package to use cgget command + sudo apt-get update + sudo apt-get install -y cgroup-tools + # show memory free -m # show disk