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 194858

Summary: IllegalArgumentException: committed = 530214912 should be < max = 530186240
Product: java Reporter: adben
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adben
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 176286
Attachments: stacktrace

Description adben 2011-01-30 00:26:53 UTC
Build: NetBeans IDE Dev (Build 201101290000)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: committed = 530214912 should be < max = 530186240
   at java.lang.management.MemoryUsage.<init>(MemoryUsage.java:145)
   at sun.management.MemoryImpl.getMemoryUsage0(MemoryImpl.java:0)
   at sun.management.MemoryImpl.getHeapMemoryUsage(MemoryImpl.java:61)
   at org.netbeans.modules.parsing.lucene.support.LowMemoryWatcher.isLowMemory(LowMemoryWatcher.java:73)
   at org.netbeans.modules.parsing.lucene.LuceneIndex._store(LuceneIndex.java:331)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.access$200(LuceneIndex.java:103)
Comment 1 adben 2011-01-30 00:26:57 UTC
Created attachment 105476 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-01-31 12:33:32 UTC

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