Dedicated Memory Usage
- Sideshow
- Posts: 2
- Starts: 2
- Wiki Edits: 0
Is there a way for me to check how much of my dedicated memory I am using? I searched the site, but couldn't find an answer.
- Kumar
- Posts: 447
- Starts: 0
- Wiki Edits: 5
To check the amount of memory usage you can use the 'top' command. In the output of this command the VIRT column corresponds to the total amount of virtual memory used by the task, RES column shows the non-swapped physical memory a task has used and the column SHR refers to the amount of shared memory used by a task.