When searching through a ~300k line long log file I’ve noticed that the memory consumption is constantly rising until all memory is allocated and the PC crashes.
How to reproduce:
using sublime_text Build 4192 (Jan. 20th 2025)
OS: RHEL 8.10
open a file ~300k lines 28MB
search for a keyword and hold your finger on the F3 Key to go through the individual locations quickly
open htop: memory consumption of sublime_text rises ~300MB/s
Memory is not released when closing the log file, but
memory is released immediately when closing sublime_text.
BR. - wolet