I was working with 10.168.1.17 AquaClusters database and attempted to execute the following lines in a Query Analyzer:
select count(*) from wiki_doc_page
go
select count(*) from wiki_doc_attachments
go
select * from wiki_doc_page limit 20000
go
After a while, I noticed java.lang.OutOfMemoryError: Java heap space thrown in my debugger, and the "Text" result never displays anything (see attachment). [Really? I cannot display even 20000 wiki_doc_page records with the page content stored in the file system?]. Grid result seems to work.
I thought we'd notify user with memory low warning dialog?
|
315 KB
It is only silent if you have the Text Results enabled. If you have the Text Results enabled we can't stop this from happening because of the way the JEditorPane allocates memory blocks as you add characters to it.
Issue #5558 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
It is only silent if you have the Text Results enabled. If you have the Text Results enabled we can't stop this from happening because of the way the JEditorPane allocates memory blocks as you add characters to it.