Field
|
Value (in kilobytes)
|
Details
|
used
|
memory used
|
This number does not include size of housekeeping data used by garbage collector itself.
|
free
|
free memory
|
Free memory is most probably fragmented.
|
ever_allocated_since_compact
|
How much memory was allocated since last garbage cleaning, see memory:compact.
|
This number constantly increases between garbage cleaning procedures.
Freeing memory procedures alone do not affect it. It is affected only by garbage cleaning procedures.
|
ever_allocated_since_start
|
How much memory was allocated during the whole request processing
|
This number constantly increases. It is affected by neither garbage cleaning procedures nor freeing memory procedures between them.
|