WindSekirun / Jenkins-Android-Docker

🐳 Docker image for Jenkins with Android
52 stars 22 forks source link

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

Closed leasual closed 4 years ago

leasual commented 4 years ago

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

WindSekirun commented 4 years ago

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.)

leasual commented 4 years ago

@WindSekirun Thanks, i will have a try.