1) Ситуация прочявляется когда открыто например 15 документов с высотой страниц 300 метров и по 60 таблиц
*1) Ситуация проявляется когда открыто например 15 документов с высотой страниц 3 метров и содержащих 60 малых таблиц
From Google translate "The situation appears when, for example, 15 documents are opened with a page height of 3 meters and containing 60 small tables"
Hello Aertx, Thank you for reporting the bug. Please attach a sample document, as this makes it easier for us to verify the bug. (Please note that the attachment will be public; remove any sensitive information before attaching it. See <https://wiki.documentfoundation.org/QA/FAQ#sanitize> for help on how to do so.) Благодарю Вас за сообщение об ошибке. Не могли бы Вы к сообщению добавить дополнительную визуальную информацию, это позволит нам быстрее провести верификацию ошибки. (Обращаю Ваше внимание на то, что все прикрепленные файлы являются публичными; удалите из них информацию частного характера)
Created attachment 199179 [details] LibreOffice v24 RAM using LibreOffice v24 RAM using
Created attachment 199180 [details] RAM vs6 VS v24
(In reply to Aertx from comment #5) > Created attachment 199179 [details] > LibreOffice v24 RAM using > > LibreOffice v24 RAM using These are not example documents, but screenshots. In any case, a memory leak is something where the amount of used memory keeps growing steadily. You compare the used amount with version 6, so there is a large difference in terms of code changes. Using more memory is not inherently bad. It can just be a different way of handling things, like caching something vs. processing it with CPU over and over again.
This is Skia, disabling Skia helps to solve this leak, but lags occur. In v25 this was solved, the leak with Skia disappeared. Could you solve the same for v24?
(In reply to Aertx from comment #8) > This is Skia, disabling Skia helps to solve this leak, but lags occur. > In v25 this was solved, the leak with Skia disappeared. > Could you solve the same for v24? Yes, we could solve it for 24.8, if we could see the problem. Without example documents we can't see it. However, it is possible for you to find out the fixing commit in 25.2: https://wiki.documentfoundation.org/QA/Bibisect Especially: https://wiki.documentfoundation.org/QA/Bibisect#Finding_a_fix https://wiki.documentfoundation.org/QA/Bibisect/Windows
Created attachment 199720 [details] Docs for compare RAM Leak "v24 skia yes VS skia no"
Sorry, I did not have time to find the fix and the final version of 24.8 was released yesterday, so let's close.