11Summary:Total virtual memory heap space (in bytes) : 2293760Total physical memory heap space (in bytes) : 58368Total allocated memory (in bytes) : 42368The output shows that job 48 is allocated with 60 blocks each with a size of 16 bytes (52 already usedand 8 available), 1265 blocks each with a size of 64 bytes (1262 used and 3 available), and so on.Table 7 Output descriptionField DescriptionTotal allocated memory(in bytes) Heap memory space used by the job, in bytes.Size Size of the memory block, in bytes.Free Number of the free memory blocks.Used Number of the used memory blocks.Total Total number of memory blocks in specified size. It is the number of the free memoryblocks plus the number of the used memory blocks.Free RatioTotal number of the memory blocks in specified size divided by the number of thefree memory blocks. It indicates the fragment conditions of the specified memoryblocks.Related commands• display process memory• display process memory heap address• display process memory heap sizedisplay process memory heap addressUse the display process memory heap address command to check the memory space from a specifiedaddress.Syntaxdisplay process memory heap job job-id address starting-address length memory-length [ slotslot-number ]ViewsAny viewPredefined user rolesnetwork-adminnetwork-operatorParametersjob job-id: Specifies a job ID that uniquely identifies a process. It remains the same even if the processrestarts. The job-id argument is in the range of 1 to 2147483647.address starting-address: Specifies the starting address of the memory block.length memory-length: Specifies the memory length. The memory-length argument is in the range of 1 to1024 bytes.