From e5008ea8a09366c06bd9adde29d3752bf9e97f55 Mon Sep 17 00:00:00 2001 From: Steve Hill Date: Sat, 15 Feb 2020 16:12:42 -0800 Subject: [PATCH] Add memory settings configuration to README Fixes #134 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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+