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: