brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
480 stars 57 forks source link

Improve GRADLE build Performance #188

Open shisheng-1 opened 2 years ago

shisheng-1 commented 2 years ago

Process forking options. Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry ones. We can fork a new test VM after a certain number of tests have run by setting forkEvery.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

licaon-kter commented 2 years ago

I've seen these PRs elsewhere too, it this some late Hacktoberfest spam?

shisheng-1 commented 2 years ago

I've seen these PRs elsewhere too, it this some late Hacktoberfest spam?

Sorry to disturb u! But I'm are not spam. We are doing a research work about CI . I want to know whether some configuration is useful for developers and shorten the CI build time.

licaon-kter commented 2 years ago

Try to do this on active projects, read the README...