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

Tweak default gradle options #503

Open
ErikSchierboom opened this issue Sep 29, 2021 · 1 comment
Open

Tweak default gradle options #503

ErikSchierboom opened this issue Sep 29, 2021 · 1 comment

Comments

@ErikSchierboom
Copy link
Member

If I look at the gradlew file I see:

DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

To me, this looks like the exercises by default run with 64MB of memory. If that is correct, we should probaby update to a more reasonable amount.

@emiliolg
Copy link
Contributor

AFAIK this are the options to run grade itself.
Gradle forks a new JVM to run the tests.

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

No branches or pull requests

2 participants