diff --git a/README.md b/README.md index 54293428..45b1714f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,10 @@ Examples: the Jenkins Maven repository to be included in the Update Center. * `gradle server` - Start a local instance of Jenkins (http://localhost:8080) with the plugin pre-installed for testing and debugging. The HTTP port can be changed with the `jenkins.httpPort` project or system property, e.g. - `gradle server -Djenkins.httpPort=8082`. + `gradle server -Djenkins.httpPort=8082`. To change the memory available to Jenkins, set the `org.gradle.jvmargs` property + as per [Configuring JVM Memory in Gradle docs][configure-memory]. + +[configure-memory]: https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory ## Gradle 4+