I want to ask here first before I report anything as a bug.
I usually keep a project open for days because I don’t really like waiting for it to reload. However, I’ve seen an issue from doing this. Upon a project first being loaded, the engine uses ~1GB of memory. Over time, it built its way all the way up to ~4GB.
This is also where I started seeing issues with saving. There was a script I had and made changes to, right? The Defold editor would say that all these changes were saved and all. However, upon creating a bundle, I find that an older version of the script was compiled. I close and reopen the editor to see the script back to a previous state. Even upon checking the github repository for the project, the file is in that previous state, meaning the engine never flushed the changes to disk. I would assume this is due to the increase of memory usage as the time went on. Is there anything that could explain this behavior?