Gets the Virtual Memory Size (VSZ). Includes all memory that the process can access, including memory that is swapped out and memory that is from shared libraries. @return the Virtual Memory Size
()
| 213 | * @return the Virtual Memory Size |
| 214 | */ |
| 215 | long getVirtualSize(); |
| 216 | |
| 217 | /** |
| 218 | * Gets the Resident Set Size (RSS). Used to show how much memory is allocated |
no outgoing calls