Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve GRADLE build Performance #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shisheng-1
Copy link

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
Copy link
Contributor

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

@shisheng-1
Copy link
Author

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants