I have s problem with caching static files.
Every x seconds (sometimes sooner, sometimes later) all cache files are flushed.
I've checked the registry value for ObjectCacheTTL, which is ok (600 seconds), and there is plenty of free memory (over 2,5 Gb free of total 4Gb).
I've also tried with bigger ObjectCacheTTL value (for example 6000, and even unlimited), but no difference. Flush occurs without reason.
I believe there must be something with Appl.pool recycling, but (acc.to properties) worker process has only to recycles twice a day, at 00:00 and 06:00.
Any suggestions how to solve the problem?
Every x seconds (sometimes sooner, sometimes later) all cache files are flushed.
I've checked the registry value for ObjectCacheTTL, which is ok (600 seconds), and there is plenty of free memory (over 2,5 Gb free of total 4Gb).
I've also tried with bigger ObjectCacheTTL value (for example 6000, and even unlimited), but no difference. Flush occurs without reason.
I believe there must be something with Appl.pool recycling, but (acc.to properties) worker process has only to recycles twice a day, at 00:00 and 06:00.
Any suggestions how to solve the problem?