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 44905 - Full build uses too much memory
Summary: Full build uses too much memory
Status: CLOSED INVALID
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 18:50 UTC by Tim Lebedkov
Modified: 2006-03-24 10:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2004-06-15 18:50:11 UTC
I use ant with -Xmx512M option and it reports an
OutOfMemory exception

java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05,
mixed mode)

--Tim
Comment 1 Jesse Glick 2004-06-15 20:04:59 UTC
FWIW, I run with -Xmx128m (Linux, JDK 1.4.2_04) for doing clean builds
from the command line and never have any such problems. What
specifically are you doing? Steps to reproduce?
Comment 2 Tim Lebedkov 2004-06-15 21:01:15 UTC
I have downloaded .tar.bz2 from netbeans.org and started "ant" from 
the shell
Comment 3 Jesse Glick 2004-06-15 21:52:41 UTC
Dev sources w/ Ant 1.6.1?
Comment 4 Tim Lebedkov 2004-06-16 18:44:12 UTC
cannot reproduce anymore. ant 1.6 with -Xmx128M works now
Comment 5 Tim Lebedkov 2004-08-29 11:42:01 UTC
verified