Michael Stanclift

Results 174 comments of Michael Stanclift

I just ran through and did a build with this Dockerfile and it compiled successfully, and it also looks a lot cleaner. It's also eliminates the moritzheiber/ruby-jemalloc-docker and (Node image)...

When I went to deploy based off this image, it didn't work.

How can we confirm that jemalloc is working? I see where `LD_PRELOAD="libjemalloc.so.2"` is set but I've also read where that needs a full path `LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libjemalloc.so.2"` -- either way when I...

So far I haven't seen anything to indicate that it isn't working, I just wanted to check. Sidekiq tasks don't show any abnormal memory usage but I haven't had them...

kubectl exec -it mastodon-86f59f446-c2gnr -- sh ``` $ ps -ef UID PID PPID C STIME TTY TIME CMD mastodon 1 0 0 16:01 ? 00:00:00 /usr/bin/tini -- bundle exec puma...

Can you update this to reflect the removal of MASTODON_VERSION_FLAGS and MASTODON_VERSION_SUFFIX flags in favor of MASTODON_VERSION_PRERELEASE and MASTODON_VERSION_METADATA?

Cool. Once 4.2 has finalized I think this should get some traction. Been working very well for me.