結局ffmpegの方をmergeしてもらいました @usa
$ git checkout master
$ git fetch upstream
$ git rev-parse upstream/master
f5c3d20e9cbd2e57d48c6080691eb493be10c7fc
$ git rebase upstream/master
$ git push
$ git checkout zunda-ninja-master-on-heroku
$ git merge master
$ cat .profile.d/mastodon-nodejs-dataurl.sh >> .profile
$ git rm .profile.d/mastodon-nodejs-dataurl.sh
$ git add .profile
$ git commit
$ git push
Merged from tootsuite/mastodon master at f5c3d20e9cbd2e57d48c6080691eb493be10c7fc :)
む?
May 24 18:33:03 zundan-mastodon app/web.1: 16 TID-t75ww WARN: ActiveRecord::RecordNotFound: Couldn't find Status with 'id'=50879
Moved back to ffmpeg (v74) and the app uses less memory. Might there be other changes making this happen? https://mastodon.zunda.ninja/media/7LcOH3Iw6o4zrkeGFcE
Mastodon 1.4へのアップデートに苦労してるのってcld3関連かな?Ubuntu 16.04 (Herokuのheroku-16スタック)だと下記のパッケージを追加で入れる必要がありました
- protobuf-compiler
- libprotobuf-dev
Mastodon 1.4 (これは1.3以前もかな?) ついでに下記のパッケージも入れると動画も取り扱えるようになるよ
- ffmpeg
- libxdamage1
- libxfixes3