The default spserver.propteries file has settings to cleanup the results folder, but not the H2database or requests folder. The four settings listed bellow have the following effects.
Property Name | Default Value | Description |
webdav.cleanup.run.interval.minutes | 10 | Run cleanup of data\results folder every 10 minutes. |
webdav.cleanup.time.to.live.minutes | 1440 | Remove file and folders from the data\results folder older than 24 hours |
db.cleanup.run.interval.minutes | 0 | Never run the database or results cleanup. This can cause problems on busy systems, or over a long period of time. |
db.cleanup.time.to.live.days | 7 | Cleanup database entries and data\requests folder for entries over 7 days old, if the above value is not zero. |
The db.cleanup.run.interval.minutes value needs to be added with a sensible value. Maybe 1440 if the live.days is 7 or more. Maybe less if this prevents adequate cleanup.
Comments
0 comments
Article is closed for comments.