Resident set size


In computing, resident set size is the portion of memory occupied by a process that is held in main memory. The rest of the occupied memory exists in the swap space or file system, either because some parts of the occupied memory were paged out, or because some parts of the executable were never loaded.