@@ -27,6 +27,8 @@ steps:
|
|||||||
- name: debug-inotify
|
- name: debug-inotify
|
||||||
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
|
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
|
||||||
commands:
|
commands:
|
||||||
|
- ulimit -n
|
||||||
|
- cat /proc/self/limits | grep "Max open files"
|
||||||
- apt-get update && apt-get install -y strace
|
- apt-get update && apt-get install -y strace
|
||||||
- strace -e trace=inotify_add_watch -f -o /tmp/inotify.log
|
- strace -e trace=inotify_add_watch -f -o /tmp/inotify.log
|
||||||
mvn clean install -DskipTests -B --no-transfer-progress
|
mvn clean install -DskipTests -B --no-transfer-progress
|
||||||
|
|||||||
Reference in New Issue
Block a user