Re: Increase memory for unit tests.

2019-12-16 Thread Andy Turner
ning and debugging), so I think that has done the trick. Thanks again for your help. Best wishes, Andy From: Neil C Smith Sent: 16 December 2019 14:10 To: Andy Turner Cc: John Mc ; users@netbeans.apache.org Subject: Re: Increase memory for unit tests. On Mon, 1

Re: Increase memory for unit tests.

2019-12-16 Thread Neil C Smith
On Mon, 16 Dec 2019 at 13:16, Neil C Smith wrote: > At a guess you want to customize the project properties' Actions / > Test File with exec.args=-Xmx1024m - not tested but am using that to > pass other test args. Sorry, make that argLine= ! :-\ Best wishes, Neil -

Re: Increase memory for unit tests.

2019-12-16 Thread Neil C Smith
On Mon, 16 Dec 2019 at 13:11, Andy Turner wrote: > Thanks, yes, I've tried that setting already with partial success. With that > setting, the test passes when I run a clean and build. The test however fails > when I try to run that single test file (which I want to run through the > debugger).

Re: Increase memory for unit tests.

2019-12-16 Thread Andy Turner
Andy From: John Mc Sent: 16 December 2019 12:37 To: Andy Turner Cc: users@netbeans.apache.org Subject: Re: Increase memory for unit tests. Hi, If your using maven, have you tried updating the surefire plugin to include an Xmx setting? For example: org.apache.maven.pl

Re: Increase memory for unit tests.

2019-12-16 Thread John Mc
Hi, If your using maven, have you tried updating the surefire plugin to include an Xmx setting? For example: org.apache.maven.plugins maven-surefire-plugin -Xmx1024m Regards John On Mon, 16 Dec 2019 at 09:06, Andy T

Increase memory for unit tests.

2019-12-16 Thread Andy Turner
Hi, I am trying to work out a good way to increase the available memory for junit tests in order to debug some test files in the IDE. I am using JUnit 5 and Maven. Do you have any advice? Thanks for Netbeans. I am a long term Netbeans user and have just re-subscribed to the user list again ha