Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?