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 243410 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 239570
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 13:52 UTC by MarkoNitzsche
Modified: 2014-04-11 10:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208132


Attachments
stacktrace (677 bytes, text/plain)
2014-03-31 13:52 UTC, MarkoNitzsche
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MarkoNitzsche 2014-03-31 13:52:19 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
MarkoNitzsche: OutOfMemoryError: Java heap space

GUEST: have already increased the ram, not sure what else.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:0)
   at java.lang.String.<init>(String.java:0)
   at java.lang.StringBuffer.toString(StringBuffer.java:0)
   at java.io.Win32FileSystem.normalize(Win32FileSystem.java:0)
   at java.io.Win32FileSystem.normalize(Win32FileSystem.java:0)
   at java.io.File.<init>(File.java:0)
Comment 1 MarkoNitzsche 2014-03-31 13:52:20 UTC
Created attachment 146436 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-04-11 10:26:47 UTC
The biggest objects in the heap dumps are instances of RAMFile, RAMDirectory and LuceneIndex.
Probably duplicate of bug 239570.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 239570 ***