前提・実現したいこと
さくらのスタートアップスクリプトを使ってmastodonサーバーを建てようとしています。
###環境
CentOS7.8 64bit
###発生している問題
さくらのクラウドのサーバーアクティビティ画面を見たところ、CPU使用率が常に100%を示しています。
topコマンドで確認したところ、bundleコマンドがcpuをほぼ100%使用している状態になっています。
また、CPUを使用しているbundleをkillしたところ、また新たなbundleが実行されてしまいます。
なぜbundleが常に実行され、cpu負荷が過大になっているのでしょうか?
このbundleコマンドを停止させる方法はあるのでしょうか?
追記
mastodonのページを開くことはできるのですが、新規ユーザ登録メールが送信されていないという事象が発生しています。
ps aux |grep bundle
でプロセスを確認したところ、
home/mastodon/live/vendor/bundle/ruby/2.6.0/bin/sidekiq -C 5 -q mailer -q default -q mailers -q pull -q push
と表示されます。
また、/var/log/maillogを確認したところ以下のようなログが複数残っていました。
postfix/smptd connect from xxxxxxx
postfix/smptd lost connection after CONNECT from xxxxxx
postfix/smptd disconect from xxxxxxx
postfix/anvil statistics: max connection rate 1/60s for (smpt:xxxx.xx.xxxx.xxxx) at Jun 18
postfix/anvil statistics: max connection count 1 for (smpt:xxxx.xx.xxxx.xxxx) at Jun 18
postfix/anvil statistics: max cache size 1 at Jun 18
※xxxxxはすべて同じIPアドレス
あなたの回答
tips
プレビュー