This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Memory leaks every time a file is saved #1318
Open
Description
I am using a recently recent commit of HIE (0f697c8919747effca54be8a9b494896aea7d947
) and I have noticed a strange behaviour:
- In a very small project (just a few modules)
- Open one module in HIE and observe how much RAM does it take. For a module with less ~200 lines it takes ~290MB.
- Without changing anything (add a space and remove it), save this module.
- Repeat.
Every time I save a file for no reason memory footprint increases by a significant number 20MB-40MB
I am not sure if there is a limit, but by saving no changes multiple times I was easily able to get it to consume 1GB, which is a lot for saving a 200 lines module a few times with no changes.