You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear the buffer sometimes or use a circular buffer or something probably
The text was updated successfully, but these errors were encountered:
steezeburger
changed the title
Possible memory bloat because of process runner buffer
Possible memory bloat because of process runner output buffer
Apr 3, 2024
so the TextView has a buffer that only gets cleared if max lines is set,
AnsiWriter has a buffer that gets cleared every time it writes
SafeBuffer has a buffer that never gets cleared
i think we could clear SafeBuffer after every write though, since we're keeping all the text in the TextView buffer at the moment
Clear the buffer sometimes or use a circular buffer or something probably
The text was updated successfully, but these errors were encountered: