mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

jemallocじゃなくてLinuxのmalloc使ってみるね

$ git diff --word-diff
diff --git a/Procfile b/Procfile
index a759b44db..c40190720 100644
--- a/Procfile
+++ b/Procfile
@@ -1,5 +1,5 @@
web: trap '' SIGTERM; if [ "$RUN_STREAMING" != "true" ]; then BIND=0.0.0.0[-jemalloc.sh-] puma -C config/puma.rb & fi; if [ "$RUN_WORKER" == "true" ]; then sleep 25;[-jemalloc.sh-] sidekiq -c ${SIDEKIQ_THREADS:-5} & fi; if [ "$RUN_STREAMING" == "true" ]; then BIND=0.0.0.0 node ./streaming & fi; wait -n; kill -SIGTERM -$$; wait
worker:[-jemalloc.sh-] sidekiq -c ${SIDEKIQ_THREADS:-5}
release: if [ "$RUN_STREAMING" != "true" ]; then rake db:migrate; else echo Not migrating on this app; fi

# For the streaming API, you need a separate app that shares Postgres and Redis: