Skip to content

Commit

Permalink
Add memory settings configuration to README
Browse files Browse the repository at this point in the history
Fixes #134
  • Loading branch information
sghill authored Feb 16, 2020
1 parent 3280963 commit e5008ea
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`. 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+

Expand Down

0 comments on commit e5008ea

Please sign in to comment.