diff --git a/README.md b/README.md index a015ed7d527..50b903be980 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ If you have finished testing a pull request, please use a template from [Testing You can customize the heap size that is used for compiling and running tests. Increasing these will most likely speed up compilation and tests on your local machine. The default values are specified in the project's `gradle.properties` and this can be overriden by your user level `gradle.properties` (found in your `GRADLE_USER_HOME` directory). An example `gradle.properties` that would give you a heap size of 4GB (rather than the default 1GB) would look like: ``` -org.gradle.jvmargs=-Xmx4096 -Dkotlin.daemon.jvm.options\="-Xmx4096" +org.gradle.jvmargs=-Xmx4096 ``` ## Testing a form without a server