You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
The default settings for these are 500 jobs and PreserveJobHistory is true.
This means that up to 500 job files will be kept in the spool directory. For large jobs, this easily adds up to GB of data.
It would be nice to be able to configure MaxJobs and / or PreserveJobHistory with this module to limit hefty space usage in case full history is not needed.
The text was updated successfully, but these errors were encountered:
PreserveJobFiles: Specifies whether or not to preserve job files after they are printed.
PreserveJobHistory: Specifies whether or not to preserve the job history after they are printed.
MaxJobs: Specifies the maximum number of simultaneous jobs to support.
So i think you (and me) want to configure PreserveJobFiles. I don't see an option in the man cupsd.conf to limit the number of preserved print jobs. But it seems to work (apple/cups#3143):
PreserveJobHistory On
PreserveJobHistory Off
+PreserveJobHistory 1w
+PreserveJobHistory 7d
+PreserveJobHistory 168h
+PreserveJobHistory 10080m
+PreserveJobHistory 604800
I tested with CUPS 1.6.3 and PreserveJobFiles 1m (minute) and PreserveJobHistory 7d - the jobs (not the history) where cleaned up after a minute and the reprint-button disappeared.
The default settings for these are
500
jobs andPreserveJobHistory
is true.This means that up to 500 job files will be kept in the spool directory. For large jobs, this easily adds up to GB of data.
It would be nice to be able to configure
MaxJobs
and / orPreserveJobHistory
with this module to limit hefty space usage in case full history is not needed.The text was updated successfully, but these errors were encountered: