Firefox OS/Performance/Memory/ADB Tools: Difference between revisions

no edit summary
No edit summary
Line 4: Line 4:
The command provides:
The command provides:


* The virtual address space used as <code>VSIZE</code>
 
* The resident set size as <code>RSS</code>
* <code>RSS</code>: The combined, unique and shared, memory currently paged into the process as Resident Set Size.
* <code>VSIZE</code>: The virtual address space referenced by the process.  This will typically be larger than the actual memory in use.


<code><pre>
<code><pre>
Confirmed users
47

edits