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
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
-
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).
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
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
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