We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0a0de commit aeff8ddCopy full SHA for aeff8dd
.github/workflows/android-kotlin-format-check.yml
@@ -55,10 +55,10 @@ jobs:
55
submodules: true
56
- name: Debug limits
57
run: |
58
- ulimit -a
59
- cat /proc/self/limits
60
- cat /sys/fs/cgroup/pids.max || true
61
- ps -eLf | wc -l
+ cat /sys/fs/cgroup/system.slice/pids.max
+ cat /sys/fs/cgroup/system.slice/memory.max
+ cat /sys/fs/cgroup/user.slice/pids.max
+ cat /sys/fs/cgroup/user.slice/memory.max
62
63
- name: Check limits
64
run: ulimit -a
0 commit comments