Can I sort processes by memory usage?

Yes, you can sort processes by memory usage using the top command. Here’s how to do it:

  1. Run the top command in your terminal:

    top
    
  2. Once top is running, press the M key (uppercase). This will sort the processes by memory usage.

You should now see the processes reordered, with the most memory-intensive processes at the top of the list.

0 Comments

no data
Be the first to share your comment!