Re: Allocate more memory to Jenkins whilst running hpi:run

2020-02-08 Thread Mez Pahlan
Thanks! Anecdotally that seems to help. I will give it some proper extended use and report back if it hasn't helped. For now it seems good. Thanks! On Saturday, 8 February 2020 11:42:22 UTC, Mark Waite wrote: > > Does it help to run maven with the environment variable (per Java Heap > Settings b

Re: Allocate more memory to Jenkins whilst running hpi:run

2020-02-08 Thread Mark Waite
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, F

Allocate more memory to Jenkins whilst running hpi:run

2020-02-08 Thread Mez Pahlan
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 d