https://bugs.documentfoundation.org/show_bug.cgi?id=155232
--- Comment #1 from Mike Kaganski <[email protected]> --- Created attachment 187207 --> https://bugs.documentfoundation.org/attachment.cgi?id=187207&action=edit StarterProject.oxt Here is a comment by a LanguageTool developer: === I built a dummy proofreader as LO extension. It does no real proof and no marking. It gets all XFlatParagraphs using the method "getNextPara" to get an initial paragraph and after that "getParaBefore" and "getParaAfter" from XFlatParagraphIterator and stores it in an ArrayList. The whole procedure is running in a loop. After the whole document is stored as XFlatparagraphs, the list is emptied and the XflatParagraphs are called and stored again. The loop runs 10000 times per paragraph. You should disable or remove all grammar checkers from your LO installation and install the OXT after that. After restart of LO, load a document containing some hundred paragraphs. In my tests the java heap space doesn't exceed 800 MB while the used memory of LO grows steady. Here the file -- You are receiving this mail because: You are the assignee for the bug.
