https://bugs.kde.org/show_bug.cgi?id=507599
Waqar Ahmed <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Waqar Ahmed <[email protected]> --- You seem to have run out of memory. I wasn't able to crash with the given file, but maybe its because I have more free RAM available (My system has 16G of RAM, around 8G was free at the time of testing). The file has 11749069 lines. Highlighting those lines and storing data for them takes a lot of memory. After opening the file and scrolling through it + searching, the memory usage was around ~3.5G. One thing we can do here is to maybe not store the highlighting data for each line forever, perhaps the data can be evicted after a certain number of lines. -- You are receiving this mail because: You are watching all bug changes.
