daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
718 stars 56 forks source link

Memory leak? #28

Closed unclechu closed 6 years ago

unclechu commented 6 years ago

After few hours of working I realized that neovim-gtk ate about 1GiB of RAM, when on start it's less than 16MiB, it's probably memory leak.

unclechu commented 6 years ago

A demonstration (after few hours working): selection_012 Commit: 8c8195de89c55c9af89d8ee42d6dba2550226f1b

I see now you just committed possible fix, I'll try fresh master soon.

unclechu commented 6 years ago

@daa84 It looks like it is fixed now, with 778884e it starts about 16MiB and after few hours it's only 19.2MiB (during the time it is allocating and freeing some), so, I guess it is fixed now. Good job!