Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikapple
Creator
Creator

memory footprint

Hi all,

i m prepearing excel sheet for statistics of the dashbaord. How to know the memeor foot print of the application in server. Can anyoneplease help.

as the model id dependent on genereator and dashbaord is dependent on model.

2 Replies
asgardd2
Creator III
Creator III

Hi!

I think QV Document Analyzer will help you. ("Summary" tab)

Tools | Qlikview Cookbook

marcus_sommer

If you don't use compression for the qvw's - which is the qlikview default-setting but it saved only storage space by increasing the opening- and closing-times of the applications - you could just take the value from the file-system + 10% for each concurrent user (it's the official qlik estimation per user).

Further you need only to consider the dashboard-level for the RAM consumption of the server because the generator/datamodel don't usually loaded within the server (the RAM consumption from the publisher side by reloading the application is a complete different thing).

- Marcus