Genie Discord forum

I left my genie-based app running for about a week inside a Docker image. Memory usage grew from about 1 GB when just started, to about 8 GB after 8 days uptime. I haven't double checked my code for leaks yet. I wanted to know if I need to check my own code, or if there's known issues that maybe have workarounds.

garbage collection is automatically run by the compiler, so the memory usage should be stable. Can you she some more details?
- Genie packages version
- Julia version If you could share the whole app with the dockerfile that would be better, we'd take a look at it

Noted. I'm not up for sharing my code unfortunately.

Julia v1.8.5

Genie versions... I just updated to the latest versions this weekend. I'm not sure what versions I had previously, but it may not be releavnt at this point

I'm sitting at a steady 1.0 GB currently after 26 hours uptime. I'll just keep monitoring for now.

Considering everything I'm doing with databases and dataframes and external APIs, there's a good chance the data leak is elsewhere.

We did have a memory leak which is now fixed

Not sure if there are more. Please open an issue on GitHub if you should encounter memory going up again.

that's good enough for me, at least for the time being.

thanks a lot