4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Railsで開発中に増えすぎたRubyのプロセスを全部殺す

Last updated at Posted at 2020-05-12
% killall fsevent_watch

bin/spring stop してもこういう状態になって、PCのファンがうおーんと言い出したときに使う。

% ps aux | grep ruby
kazuto           36486   0.0  0.0  4350160   2056 s006  S+   10:32AM   0:00.48 /Users/kazuto/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rb-fsevent-0.10.2/bin/fsevent_watch --format=otnetstring --latency 0.1 /Users/kazuto/projects/xxx
kazuto           36467   0.0  0.0  4324560   1268 s006  S+   10:32AM   0:00.31 /Users/kazuto/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rb-fsevent-0.10.2/bin/fsevent_watch --format=otnetstring --latency 0.1 /Users/kazuto/projects/xxx/config/locales
kazuto           36452   0.0  0.0  4350160   2104 s006  S+   10:31AM   0:00.50 /Users/kazuto/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rb-fsevent-0.10.2/bin/fsevent_watch --format=otnetstring --latency 0.1 /Users/kazuto/projects/xxx
kazuto           36447   0.0  0.0  4324560   1264 s006  S+   10:31AM   0:00.30 /Users/kazuto/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rb-fsevent-0.10.2/bin/fsevent_watch --format=otnetstring --latency 0.1 /Users/kazuto/projects/xxx/config/locales
kazuto           36407   0.0  0.0  4350160   2100 s006  S+   10:30AM   0:00.50 /Users/kazuto/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rb-fsevent-0.10.2/bin/fsevent_watch --format=otnetstring --latency 0.1 /Users/kazuto/projects/xxxx
kazuto           36406   0.0  0.0  4295888   1264 s006  S+   10:30AM   0:00.30 /Users/kazuto/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rb-fsevent-0.10.2/bin/fsevent_watch --format=otnetstring --latency 0.1 /Users/kazuto/projects/xxx/config/locales
4
2
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
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?