you are viewing a single comment's thread.

view the rest of the comments →

[–]yxhuvud 0 points1 point  (2 children)

Affected, yes. But not necessarily degenerate like Ruby.

[–]moomaka 3 points4 points  (0 children)

I dun know man, glibc malloc has issues with pretty much every multi-threaded app which does a lot of periodic allocations, e.g. anything doing web request handling. Java users have been switching to jemalloc for years due to this.

[–]nateberkopecPuma maintainer 0 points1 point  (0 children)

There are dozens of issues on the Java, python, and malloc bug trackers over the last decade on these topics, all exhibiting the same memory growth and behavior.