Skip to main content
1-Visitor
May 3, 2019
Solved

Infotable Memory Usage

  • May 3, 2019
  • 2 replies
  • 2097 views

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.

Best answer by Tudor

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.

2 replies

22-Sapphire I
May 6, 2019

Hey Andrew, how about exporting that entity and importing on another instance (and checking memory before and after)

Tudor14-AlexandriteAnswer
14-Alexandrite
May 6, 2019

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.

agondek1-VisitorAuthor
1-Visitor
May 7, 2019

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.