Lucee Function Reference

getmemoryusage()

Returns detailed information to the memory usage of the container.

Example

getmemoryusage([string type]):query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
type string  No type of the memory information, valid values are:
  • heap
  • non_heap

    if this attribute is not provided all types are returned.