joshsh / ripple

Semantic Web scripting language
Other
101 stars 8 forks source link

49 - limit the capacity of the Web cache #49

Closed joshsh closed 13 years ago

joshsh commented 13 years ago
Currently, there is no limit to how many document memos are stored in
LinkedDataSail's in-memory cache.  This is just asking for
OutOfMemoryErrors if one were to do a long-term crawl.  Limit the capacity
of the cache, swapping older memos out as new ones are swapped in.


Original link: http://code.google.com/p/ripple/issues/detail?id=49