Dears, I'm currently running a Stanbol instance with 2 different enhancer configurations.
Configuration #1, works fine: 1. metaxa ( required , MetaxaEngine) 2. langid ( required , LangIdEnhancementEngine) 3. ner ( required , NamedEntityExtractionEnhancementEngine) 4. entityhubLinking ( required , NamedEntityTaggingEngine) 5. dbpediaLinking ( required , NamedEntityTaggingEngine) 6. refactor ( required , RefactorEnhancementEngine) Configuration #2, raises *java.lang.OutOfMemoryError*: 1. metaxa ( required , MetaxaEngine) 2. langid ( required , LangIdEnhancementEngine) 3. ner ( required , NamedEntityExtractionEnhancementEngine) 4. entityhubLinking ( required , NamedEntityTaggingEngine) 5. dbpediaLinking ( required , NamedEntityTaggingEngine) 6. keyword-linking-1 ( required , KeywordLinkingEngine) 7. refactor ( required , RefactorEnhancementEngine) The KeywordLinkingEngine allows us to find lots more entities, which in turn are passed over to the RefactorEnhancementEngine. I think this could be the root cause of the OOM. How can we further diagnose this issue? We need the KeywordLinkingEngine in order to detect entities for non-supported languages (such as Italian and Danish). Thanks, David -- David Riccitelli ******************************************************************************** InsideOut10 s.r.l. P.IVA: IT-11381771002 Fax: +39 0110708239 --- LinkedIn: http://it.linkedin.com/in/riccitelli Twitter: ziodave --- Layar Partner Network<http://www.layar.com/publishing/developers/list/?page=1&country=&city=&keyword=insideout10&lpn=1> ********************************************************************************
