GUEDDES / gnizr

Automatically exported from code.google.com/p/gnizr
Other
0 stars 0 forks source link

OutOfMemory exception when search in community bookmarks #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Saved at least 10K bookmarks in gnizr 
2. Do community search (not OpenSearch)

What is the expected output? What do you see instead?

The search should return a valid result page. However, a Tomcat OutOfMemory
exception is thrown. 

I suspect some impl in GetCommonTags.java causes a large amount of memory
being used to compute Tag Cloud. 

Original issue reported on code.google.com by harry.c...@gmail.com on 22 Feb 2008 at 8:03

GoogleCodeExporter commented 8 years ago

Original comment by harry.c...@gmail.com on 29 Feb 2008 at 4:37

GoogleCodeExporter commented 8 years ago
SQL-based bookmark search has been replaced with Lucene search. 

Original comment by harry.c...@gmail.com on 21 Apr 2008 at 1:14