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 243160

Summary: OutOfMemoryError: Java heap space
Product: ide Reporter: dhagberg <dhagberg>
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208594
Attachments: stacktrace

Description dhagberg 2014-03-21 17:33:47 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
dhagberg: Just came in in the morning after leaving netbeans running overnight.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at scala.collection.mutable.HashTable$class.$init$(HashTable.java:44)
   at scala.collection.mutable.HashMap.<init>(HashMap.java:39)
   at scala.collection.mutable.HashMap.<init>(HashMap.java:55)
   at org.netbeans.modules.scala.sbt.project.DirWatcher.scanFiles(DirWatcher.java:28)
   at org.netbeans.modules.scala.sbt.project.DirWatcher.check(DirWatcher.java:53)
   at org.netbeans.modules.scala.sbt.project.DirWatcher.run(DirWatcher.java:49)
Comment 1 dhagberg 2014-03-21 17:33:48 UTC
Created attachment 146237 [details]
stacktrace
Comment 2 Petr Cyhelsky 2014-03-28 10:08:08 UTC

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