-
gemelenjfqd1: (just a suggestion, also not sure if the ruby in question is built with or without it) have you tried it with jemalloc?
-
jperkineverything in pkgsrc is built with libumem, unless something snuck past my wrappers
-
jfqd1jemalloc: no I tried without jemalloc, will try :-)
-
jperkinif you want to start drilling down a bit then approaches like perkin.org.uk/posts/reducing-ram-usage-in-pkgin.html can help you identify where the memory is being allocated from, especially if you diff it against earlier versions
-
jfqd1Thx Jonathan, will try it!
-
jperkinI'm no expert, I'm sure there are better approaches, but it helped me figure some stuff out
-
jfqd1no expert either, but dtrace is so helpful, will give it a try!