Infotable Memory Usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Infotable Memory Usage
Is there a way to determine how much RAM an Infotable property is using? Preferably, a method that wouldn't involve setting the infotable, checking the total system memory usage, and then deleting the infotable and doing the subtraction.
Solved! Go to Solution.
- Labels:
-
Coding
- Tags:
- infotables
- memory
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is this infotable invoked/fetched in a Mashup in any way? If so, browser Developer Tools should tell you the size of the data it retrieves as part of the response.
If we're looking at something *huge* (several GB), then a heap dump will come in handy for exact numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey Andrew, how about exporting that entity and importing on another instance (and checking memory before and after)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is this infotable invoked/fetched in a Mashup in any way? If so, browser Developer Tools should tell you the size of the data it retrieves as part of the response.
If we're looking at something *huge* (several GB), then a heap dump will come in handy for exact numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey Tudor and Pai,
Thanks for your replies. I went ahead with the method Tudor proposed. It would be nice if you could get statistics on properties as granularly as you can get them for the services.
