Are there any env vars I can set to reduce memory used by the VM?

Do you use long running processes to handle those binaries. There are known situations, where large binaries, which are handled by long running processes stick around because there’s no gc happening. There was a recent topic talking a bit about that (and the/a potential solution): When is 'Hibernation' of Processes useful?

1 Like