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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

server allocated memspace increase with time....

by which server settings can this be modified or have someone experiences in this problem?

Labels (1)
2 Replies
Not applicable
Author

I run a little batch file (.bat) using Windows Scheduler in the middle of the night to restart Qlikview Server which resolves this:

@echo off

net stop "QlikView Server"

ping -n 11 127.0.0.1 > NUL

net start "QlikView Server"

The ping allows a 10 second delay between the stop/start.

Regards,

Gordon

Anonymous
Not applicable
Author

thanks ror the request....I will try it

greets