Skip to content

Commit aeff8dd

Browse files
committed
Test
1 parent 9c0a0de commit aeff8dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android-kotlin-format-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
submodules: true
5656
- name: Debug limits
5757
run: |
58-
ulimit -a
59-
cat /proc/self/limits
60-
cat /sys/fs/cgroup/pids.max || true
61-
ps -eLf | wc -l
58+
cat /sys/fs/cgroup/system.slice/pids.max
59+
cat /sys/fs/cgroup/system.slice/memory.max
60+
cat /sys/fs/cgroup/user.slice/pids.max
61+
cat /sys/fs/cgroup/user.slice/memory.max
6262
6363
- name: Check limits
6464
run: ulimit -a

0 commit comments

Comments
 (0)