QlikView Memory Limits

by QVApps on March 4, 2010

I stumbled on this nice post from Alexandru Toth entitled: QlikView Memory Limits

Alexandru shares his experience on limits relating to QlikView memory and he gives us a nice script for killing via Powershell processes that seem to consume too much memory

powershell -command “& {get-process qv | Where-Object {$_.PeakVirtualMemorySize64 -gt 50000000000 } | Stop-Process } “

Alexandru also shares his favourite QV anecdote so far:

My favourite so far: Export 50 million rows (with calculated columns) to Excel ..

Thanks for sharing Alexandru, we had a good laugh on this last one.  About the above anecdote I would say: DON’T TRY THIS AT HOME :-)

QVApps

Leave a Comment

Previous post:

Next post: