Your Ad Here

Go to: Synopsis. Flags. Return value. MEL examples.

Synopsis

memory [-freeMemory] [-heapMemory] [-pageFaults] [-pageReclaims] [-physicalMemory] [-summary] [-swapFree] [-swapLogical] [-swapMax] [-swapPhysical] [-swapVirtual] [-swaps]

memory is undoable, queryable, and editable.

Used to query essential statistics on memory availability and usage

Flags

freeMemory, heapMemory, pageFaults, pageReclaims, physicalMemory, summary, swapFree, swapLogical, swapMax, swapPhysical, swapVirtual, swaps
Long name (short name) [argument types] Properties
-heapMemory(-he)
Returns size of memory heap
-freeMemory(-fr)
Returns size of free memory
-physicalMemory(-phy)
Returns size of physical memory
-pageFaults(-pf)
Returns number of page faults
-pageReclaims(-pr)
Returns number of page reclaims
-summary(-sum)
Returns summary of memory usage
-swaps(-sw)
Returns number of swaps
-swapFree(-swf)
Returns size of free swap
-swapMax(-swm)
Returns maximum swap size
-swapVirtual(-swv)
Returns size of virtual swap
-swapPhysical(-swp)
Returns size of physical swap
-swapLogical(-swl)
Returns size of logical swap

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command

Return value


void

MEL examples

memory -fr;
  

Return to Autodesk Index


Your Ad Here