Skip to content

Commit

Permalink
fix cgget command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds authored and srinath-ctds committed Jan 16, 2025
1 parent 2fe7947 commit b7502c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/tune-runner-vm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7502c0

Please sign in to comment.