6 ms·
You can kill "Core" processes if you don't want to log out/log in
by dorianmariefr 3y ago
You can kill "Core" processes if you don't want to log out/log in
- onnimonni 3y agoAuthor here: Can you test this and share a working one-liner? I will happy to add it into the blog post. I tried few commands like this but they didn't work consistently for me.
- dorianmariefr 3y agops -A | grep Core | awk '{ print $1 }' | xargs kill -9 I usually use dorian-each gem