Skip to content

Commit

Permalink
Add note for increasing memory to README
Browse files Browse the repository at this point in the history
Fixes #134
  • Loading branch information
sghill committed Feb 18, 2020
1 parent 470b002 commit 0dbeae4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. Since the server runs in the Gradle process, [increasing the memory available
to Gradle][configure-jvm] also increases the memory available to Jenkins.

[configure-jvm]: https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory

## Gradle 4+

Expand Down

0 comments on commit 0dbeae4

Please sign in to comment.