mitchcurtis / slate

Pixel Art Editor
GNU General Public License v3.0
1.05k stars 102 forks source link

Memory Issue #185

Open parisa-hr opened 2 years ago

parisa-hr commented 2 years ago

Hello

First of all, I must say that you have written a wonderful program and it is very clean, Thanks for that.

When I run the program, it initially takes up about 71 M of RAM. This amount increases with time and works with software But the problem is that this amount of occupied memory is never released. Even if a new project is created with New, this memory will not be released until the program is fully closed.

mitchcurtis commented 2 years ago

First of all, I must say that you have written a wonderful program and it is very clean, Thanks for that.

Thank you! I'm glad you like it. :)

When I run the program, it initially takes up about 71 M of RAM. This amount increases with time and works with software But the problem is that this amount of occupied memory is never released. Even if a new project is created with New, this memory will not be released until the program is fully closed.

Which platform are you on?

parisa-hr commented 2 years ago

Thank you! I'm glad you like it. :)

When I run the program, it initially takes up about 71 M of RAM. This amount increases with time and works with software But the problem is that this amount of occupied memory is never released. Even if a new project is created with New, this memory will not be released until the program is fully closed.

Which platform are you on?

I use Ubuntu 20.04 OS

This is its movie: I want to say that by the new project shouldn't that memory from 124 back to 71?

https://user-images.githubusercontent.com/44742050/167557017-de59dbc2-ad9a-459a-8b09-1d2a1258f89e.mp4

mitchcurtis commented 2 years ago

Thanks, I will take a look. :)