Skip to content

Commit

Permalink
[CI] Print more memory information
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored May 22, 2024
1 parent 7b1e5c2 commit 00b33b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
- name: show /proc/self/cgroup
run: |
cat /proc/self/cgroup || true
- name: show /sys/fs/cgroup/memory/memory.stat
- name: show /sys/fs/cgroup/memory.max
run: |
cat /sys/fs/cgroup/memory/memory.stat || true
cat /sys/fs/cgroup/memory.max || true
- name: show /sys/fs/cgroup/memory.high
run: |
cat /sys/fs/cgroup/memory.high || true
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
- name: Setup tmate session
Expand Down

0 comments on commit 00b33b4

Please sign in to comment.