Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory usage slightly higher in the move from 2.4 to 2.5 #853

Closed
SamSaffron opened this issue Dec 8, 2016 · 1 comment
Closed

Memory usage slightly higher in the move from 2.4 to 2.5 #853

SamSaffron opened this issue Dec 8, 2016 · 1 comment

Comments

@SamSaffron
Copy link

I have recently been experimenting with various allocators to try to find the best fit for Ruby.

tcmalloc really shines, lockless appears to outperform tcmalloc but memory on tcmalloc is king and is now better than all other allocators including jemalloc which used to lead in this department.

The benchmark is here:

https://github.com/SamSaffron/allocator_bench

I noticed a slight memory regression in the move from 2.4 to 2.5. I understand allocators are series of tradeoffs, so this is not per-se a bug, but maybe worth looking into?

@alk
Copy link
Contributor

alk commented Dec 19, 2016

Thanks a lot for reporting this. I will definitely take advantage of your benchmark.

@alk alk closed this as completed Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants