yacy_search_server/source/net/yacy
Michael Peter Christen 81d9e23532 fixed another memory leak in the PDF parser:
the class org.apache.pdfbox.pdmodel.font.PDFont occupies 8MB of space
which cannot be cleaned if PDFont.clearResources is called.
The attempt to clean the class cache therefore causes that the class is
loaded and this cache is initialized with some rubbish. I tried to
prevent to instantiate this class by usage of a hacked findLoadedClass
call to the SystemClassLoader (which is protected ...).
Now, without using the PDF parser at all, 8MB of RAM space is not
occupied, however, when the first PDF arrives this space will be taked
and never given back to GC.
WAKE UP YOU LAZY PDFBOX HACKER AND FIX THIS SHIT!
2013-11-07 11:57:01 +01:00
..
contentcontrol - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
cora found and fixed a huge memory leak in solr caching (inside Solr). The 2013-11-07 10:01:44 +01:00
crawler load image only if their parser flag is activated 2013-11-04 11:59:28 +01:00
data reduced footprint of BookmarksDB which can take quite a lot of memory if 2013-11-07 10:55:02 +01:00
document fixed another memory leak in the PDF parser: 2013-11-07 11:57:01 +01:00
gui Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
interaction - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
kelondro - removed a lot of garbage and bloated code from GuiHandler. 2013-10-24 20:42:34 +02:00
peers less overhead calling exist() with only one hash 2013-11-04 09:37:31 +01:00
repository self-healing of mistakenly deactivated crawl profiles. This fixes a bug 2013-09-25 18:27:54 +02:00
search found and fixed a huge memory leak in solr caching (inside Solr). The 2013-11-07 10:01:44 +01:00
server catch one more malformed url in proxy url rewrite 2013-10-27 04:42:33 +01:00
upnp replaced StringBuffer with StringBuilder 2013-07-23 12:21:27 +02:00
utils - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
visualization added tools to visualize image generation (i.e. during testing) 2013-09-09 12:58:26 +02:00
dbtest.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
migration.java FieldReIndex: omit active vocabulary fields from reindex detection 2013-08-14 00:00:30 +02:00
yacy.java Replaced the inframe loading from yacy.net for donations with the 2013-10-15 16:46:06 +02:00
YaCySearchClient.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00