Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
In order to free the memory on Qlikview server we want to restart our Qlikview service automitally on daily basis. Does anyone have any suggestion on that?
Thanks.
You could restart the qv services with scheduled cmd-file:
net stop qlikviewserver
timeout /T 15
net start qlikviewserver
- Marcus
Hi Stanley,
As a general rule, provided the development of the applications in the server is optimal, there is no need to free up any memory. QlikView is designed to work with as much memory as possible, without conflicting with the OS. That means that there are a lot of cached expressions and therefore the user experience will be better.
If you restart, you are making your users to start caching again so they are not benefitting by QlikView technology.
Check the Working Set limits in the QMC, System, Setup, QlikView Servers, Performance to make sure that the max limit leaves room enough for the operating system and other backup and antivirus software running.
Hope that makes sense.
Miguel
Hi Miguel,
Thanks for your answer. We know it will impact the user behavior for Qlikview server and we have limited memory and we will upgrade our hardware in months. But before that we need to restart our service or do you have any suggestion on that?
You could restart the qv services with scheduled cmd-file:
net stop qlikviewserver
timeout /T 15
net start qlikviewserver
- Marcus
Thanks Marcus.
works like a dream
Best,
Brad