zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.77k stars 1.16k forks source link

closed instances eat my memory #2513

Open evanescente-ondine opened 2 years ago

evanescente-ondine commented 2 years ago

Regularily, one to three times a day, an instance of micro I already closed starts eating away all my memory, and I need to kill. It doesn't impact the opened instances. It's been like that for more than a month. Has someone faced this problem ?

Specifications

Version: 2.0.10 Commit hash: b9763856 Compiled on May 01, 2022 OS: Endeavoros Terminal: foot version: 1.12.1 +pgo +ime +graphemes -assertions

dmaluka commented 4 months ago

an instance of micro I already closed starts eating away all my memory, and I need to kill.

I.e. you closed it but the micro process wasn't actually terminated, it was still hanging around?

Possibly it got fixed after fixing #2569?