export MAVEN_OPTS="-Xms4g -Xmx4g"--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/b9806fc0-80ac-4265-a93d-e0b2b17bfe40%40googlegroups.com.
Does it help to run maven with the environment variable (per Java Heap Settings best practice and the Maven manual):export MAVEN_OPTS="-Xms4g -Xmx4g"
On Sat, Feb 8, 2020 at 3:33 AM Mez Pahlan <mez....@gmail.com> wrote:
Hi there--I use hpi:run to give me a quick dev version of Jenkins with my plugin installed so that I can play around with it prior to committing changes. It works great! However I want to give it more memory so that it is more responsive and quicker to load pages. Is there a recommended way of doing this?Thanks
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkin...@googlegroups.com.