Hacker News new | ask | show | jobs
by jakub_h 3730 days ago
> So your process will never shrink in memory usage

But it should at least stop growing (unless my understanding about non-moving GCs is off, which it could be).

1 comments

> > So your process will never shrink in memory usage

> But it should at least stop growing (unless my understanding about non-moving GCs is off, which it could be).

As long as there isn't a bug in the GC :P. I'm currently debugging a Docker problem that looks like a bug in the GC, I'm not sure.