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 252480

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: db Reporter: miibx5
Component: CodeAssignee: matthias42
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217399
Attachments: stacktrace

Description miibx5 2015-05-19 12:06:57 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
miibx5: I'm was opening the ide.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.font.StrikeCache.doDispose(StrikeCache.java:250)
   at sun.font.StrikeCache.disposeStrike(StrikeCache.java:307)
   at sun.font.FontStrikeDisposer.dispose(FontStrikeDisposer.java:98)
   at sun.java2d.Disposer.run(Disposer.java:151)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 miibx5 2015-05-19 12:06:59 UTC
Created attachment 153745 [details]
stacktrace
Comment 2 Tomas Hurka 2015-05-19 14:34:46 UTC
Retained size of java.util.ArrayList#38552 is 1,021,717,016 bytes. This array list is created by "SQLStatementExecution" thread.
Comment 3 matthias42 2015-05-19 18:53:17 UTC
Thanks your report miibx5 - Tomas heap analysis reduces the probable causes to two possibilities. To further narrow it down, could you please add some information:

- Which database did you contact with the db explorer?
- The request that was issued, how many rows does the query approximately return?
- Please check the connection settings:
  services tab -> databases -> connection node 
               -> right click -> properties 
               -> is "Use scrollable cursors" checked?
  If it is, please retest when you uncheck that option.


Thank you!
Comment 4 matthias42 2015-06-21 20:12:59 UTC
Closing no response after four weeks - please feel free to reopen.