Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
agni_gold
Specialist III
Specialist III

Ram usage for a given source


I want to find RAM usage for given source.

i have found a calculation

user × No. users) + RAMinitial



initial = QVWsizedisk × FileSizeMultiplier; this is the initial RAM footprint for any application


user =〖RAMinitial × userRAMratio; this is the RAM each incremental user consumes


= SourceData × (1 - CompressionRatio); this is the size, on disk, of a QlikView file

but I don't know I can find all these values:

userRAMratio

FileSizeMultiplier

CompressionRatio

Can anyon please guide me?

0 Replies