WindSekirun/Jenkins-Android-Docker

when i use it to build apk, it's very slow. how can i resolve this?

Closed this issue · 2 comments

when i use it to build apk, it's very slow. how can i resolve this?

This issue is likely to be affecting server performance, not docker image issues.

Currently, I using Vultr VPS - High Frequency Compute $12/month options to build apk and it takes 3 min to build apk.

So, please consider upgrading your server and change parameters which affect build speed (Java heap size, multiDexEnabled with minSdk 21... There are many way to optimize build speed.)

@WindSekirun Thanks, i will have a try.