Memory leaking with collections

When I’m editing many different collection I’ve notice that the memory used gets higher and higher. When I close the tabs with collections the memory still remains high.

Do you eventually run out of memory? The Defold editor is written in Java and I’m guessing that the GC will kick in at some point before you run out of memory.

Normally it just takes up alot of memory but still works, slowly but still working.
Yesterday when I’ve worked on 42 collections I got an error message from java about heap stack full or something.
A restart of the engine fixes the problems…