top | item 18151419

(no title)

berfarah | 7 years ago

(author here)

Good question! Because this is on a hot code path, we were allocating new values faster than the garbage collector was able to remove them. Over extended periods of time, the server would trend toward running out of memory.

discuss

order

blaisio|7 years ago

Interesting! That sounds like a garbage collector bug! It's probably worth opening a ticket.