Skip to content

adb: increase the file number limit

q66 requested to merge q66/apk-tools:up-file-limit into master

At least in kernel packages for aarch64 we were running into the 8000 file hard limit in linux-devel. Increase it until we have a better solution in place.

This is more of a workaround than a fix, but it addresses the problem for me for the time being.

Ref #10855 (closed)

Merge request reports