kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Tweak default gradle options

Open ErikSchierboom opened this issue 4 years ago • 1 comments

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.

ErikSchierboom avatar Sep 29 '21 07:09 ErikSchierboom

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

emiliolg avatar Mar 25 '22 13:03 emiliolg