Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux プロセスの管理については、ほとんど質問がありません。
システムで最大量のメモリ (RAM) を使用しているプロセス (PID) を特定するにはどうすればよいですか?
この問題についてグーグルで検索しましたが、有用な解決策が見つかりません。
メモリとは、常駐セットサイズ(RSS)を意味すると仮定します
ps axh -o pid --sort -rss | head -n 1