Files
nextcloud-talk-android/scripts
Marcel Hibbe ca4a34f95f fix CI memory crashes (only for the parts inside talk-android repo itself)
The Android Gradle Plugin (AGP) ships Android Lint.
So Gradle has no control over Lint memory. Thats why the memory settings via jvmargs do not apply!
-> must be changed on config repo!

Lint runs in separate workers defined by AGP.

By using
--no-daemon
this frees memory after each invocation of lint.

Lint and spotbugs are not compatible with configuration cache so it should be disabled by
--no-configuration-cache

If the problems still continue it's worth having a look at:
android.experimental.lint.heapSize

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-11-26 12:16:34 +01:00
..
2025-08-20 12:05:39 +02:00