This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147371 - There is no way how to set maximum memory
Summary: There is no way how to set maximum memory
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-16 13:39 UTC by mslama
Modified: 2011-11-04 12:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2008-09-16 13:39:52 UTC
I tried to increase maximum heap size for unit test in IDE but did not find any way. Also I did not find any doc about
it. In he end I had to modify common.xml and used junit target's parameter maxmemory="512m". Please consider some UI for
it or at least document how to set this in some more specific way if possible.