jemalloc for roda?
Closed this issue · 2 comments
tomlobato commented
Hy folks,
I`m assessing to migrate from rails to roda and so far it looks great!
Has anyone tried jemalloc for roda? Any hints?
havenwood commented
I've used jemalloc with Roda and it works well for keeping memory use low. I can't think of any Roda-specific issues that you'd have with jemalloc. Just install jemalloc and compile Ruby --with-jemalloc
and it'll just work without changes to your code. Give it a try!
P.S. I think this might be a good type of question for the Google Group or chat.freenode.net/#roda IRC.
tomlobato commented
Great, thanks @havenwood!
ps: Just subscribed to Roda`s Google Groups.