App Node Runs Out of Memory Immediatelly When Opening a Knowledge Article That Has Data On The Wiki ColumnIssue The error "connection reset" appeared when attempting to load any page and some applications e.g. Knowledge fails to load entirely. Sample Stack Trace: main,Default-thread-15,5,attrs=(session_id=DD61FE51416221006D9E93550E517FB8)info.bliki.wiki.filter.WikipediaParser.encodeHtml(WikipediaParser.java:499)info.bliki.wiki.filter.WikipediaParser.getNextToken(WikipediaParser.java:1246)info.bliki.wiki.filter.WikipediaParser.runParser(WikipediaParser.java:2047)info.bliki.wiki.filter.WikipediaParser.parseRecursive(WikipediaParser.java:2343)info.bliki.wiki.filter.WPCell.filter(WPCell.java:121)info.bliki.wiki.filter.WPRow.filter(WPRow.java:106)info.bliki.wiki.filter.WPTable.filter(WPTable.java:97)info.bliki.wiki.filter.WikipediaParser.getNextToken(WikipediaParser.java:677)info.bliki.wiki.filter.WikipediaParser.runParser(WikipediaParser.java:2047)info.bliki.wiki.filter.WikipediaParser.parseRecursive(WikipediaParser.java:2343)info.bliki.wiki.filter.WikipediaParser.parse(WikipediaParser.java:2287)info.bliki.wiki.filter.AbstractWikiModel.render(AbstractWikiModel.java:139)CauseThe reason why the app nodes restart is due to malformed wiki text markups on the wiki value of on the KB.The malformed wiki markups is any text that has '{' or '}' on the wiki column value. This is related to PRB606244.Every time a user accesses the KB with the malformed wiki markups of '{' or '}', it runs the app node our of memory immediately which then restarts the app node, which is why users keep getting the "cannot connect message" time to time. ResolutionExport the KB that has the malformed wiki markups of '{' or '}' as an XML file.Open the exported XML file and remove all characters that contain '{' or '}'. Re-import the updated XML file as an XML import -> it will overwrite the current KB that had the malformed wiki markups of '{' or '}' and it will open really quickly and it will also not run the app node out of memory