On 24/12/19 20:33, Dale wrote: > I think it is indexing/caching/something that requires it to look at > every single file in there plus all the levels below it. If so, that > would be a huge task. Here is some info on that but I did post it a bit > ago. It was sort of nested in one of the posts.
Exactly. The thing about what this developer noticed is that it is the READING THE FILES that kills the system performance. The indexing is just random noise. So once this fix gets into the system it won't matter that it's indexing - the indexing will stall waiting for the files to be read, and reading the files won't kill the system. What seems to be happening at the moment is that as plasma reads the files, linux is paging plasma out to make way for the files, then it has to drop old cache to page plasma back in, and it's just got stuck in treacle trying to "in out in out shake it all about" :-) Cheers, Wol

