
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How do I intepret this entry in my sm.log?
RTE I -Memory : S(4250984) O(1015044) MAX(5266028) - MALLOC's Total(211241)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
S — lists the storage (in bytes) currently allocated to this session by Service Manager. This does not include shared memory or memory that is not directly allocated by Service Manager.
O — lists the overhead associated with the internal memory manager.
MAX — lists the peak value of the storage (in bytes) allocated to this session by Service Manager
Total — lists the total number of times of HPE Service Manager called MALLOC to allocate memory
I got this information from:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
S — lists the storage (in bytes) currently allocated to this session by Service Manager. This does not include shared memory or memory that is not directly allocated by Service Manager.
O — lists the overhead associated with the internal memory manager.
MAX — lists the peak value of the storage (in bytes) allocated to this session by Service Manager
Total — lists the total number of times of HPE Service Manager called MALLOC to allocate memory
I got this information from: