LoginSignup
1
0

More than 3 years have passed since last update.

固まったRailsのローカルアプリケーションサーバ(Puma)を強制終了する

Last updated at Posted at 2020-02-12

Railsを使用して開発していると、Pumaが固まってCtrl+CでもPumaを終了できないことがあります。そんな時は以下のコマンドで解決!

pkill -9 -f 'puma 4.3'

上記のコマンドを叩いた後、ターミナルにて以下のように表示されていれば強制終了成功です。

Killed: 9
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0