printing (cups) and memroy usage

Problems and successes with specific brands/models of printers
Post Reply
Message
Author
reallarry
Posts: 8
Joined: Mon 02 Feb 2009, 14:38

printing (cups) and memroy usage

#1 Post by reallarry »

Hi! When I want to print, the available memory always goes down by Megabytes! This is probably because the file is stored temporarily somewhere when/before it's being sent to the printer. When using a system with just a few MB of memory, this can go down to nothing. So where is that temporary file?
I want to move the folder containing that file to a HDD (where i do not care about the size) and then just create a symbolic link to that folder where it's supposed to be.
For this to be done i need to know where to find this temp.-printer-file.
Thx for answers!

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

cups

#2 Post by L18L »

I would search in /var/spool/cups/ and/or /var/cache/cups/

and post results as Solution here 8)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#3 Post by rcrsn51 »

Then go to the folder /etc/cups and open the file cupsd.conf in a text editor. Add these lines at the top:

Code: Select all

PreserveJobHistory No
PreserveJobFiles No

Post Reply