Skip to main content
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?

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