Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a qvw application with almost 1 GB size and it grows as data grows and expected to reach 3 GB with hardware of 64 GB RAM and 16 cores
but the issue is users are experiencing delay in the qvw application when they are opening in access point
I have few question
1. where and how we can find how much memory my qvw is taking
2. what are the best practices to have better qvw performance
3. What all we shall consider at qmc level to improve the performance
Hie...
PFA..
Hope this will helps you..!!
Regards,
Mohammad
Hie...
PFA...
How we can find how much memory my qvw is taking
LET vFileSize = filesize('Path\nameofqvw.qvw');
Just substitute the path and name of your qvw in the above, either just view the value of the variable created or add it to a text object etc.
='File Size = ' & $(vFileSize) &'KB'
Hope this will helps you..!!
Regards,
Mohammad
Hi,
Please go through this link by this way you can find how much memory your QVW
Re: How to Determine the size of QVW from the document
Hope it help!!