How to deal with Ruby 2.1.2 memory leaks?

后端 未结 3 702
你的背包
你的背包 2021-02-04 09:28

I have a worker process which spawns up to 50 threads and do some async operations (most of which are http calls). When I start up the process, it starts with some 35MB of used

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-04 09:59

    I fix memory leak and release digest/stringbuffer v0.0.3.

    https://rubygems.org/gems/digest-stringbuffer

    You can try again by v0.0.3.

提交回复
热议问题