Model Size
Best Answer
-
Hi @Shraddha0706,
You can get the exact size of the model from backend (via API), the simplest way is to log in to Anaplan and go to this URL: https://us1a.app.anaplan.com/2/0/models?modelDetails=true
It will show you all models, and for not-archived models field "memoryUsage" will tell you how many bytes they weight (so divide by 1024 to get KB etc.). This is not user-friendly, but using Ctrl+F to search for your model name/id you can quickly find it.
If you want to get it for single model, you can use URL (swap {model_id} for your model ID): https://us1a.app.anaplan.com/2/0/models/{model_id}?modelDetails=true1
Answers
-
Hi @M.Kierepka,
Though the URL is not user-friendly, it is serving the purpose.
Thank you so much for helping me out.
0 -
@Alexander Jerde Bloons Tower DefenseTo view the size at a more granular level, navigate to the "Model Settings" tab. This tab provides more detailed information about the model, including its size in terms of MB/KB.
0