If I look at the [gradlew file](https://github.com/exercism/kotlin/blob/main/exercises/practice/acronym/gradlew#L47) 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.