]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Added RIPCache option.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 16 Apr 1999 20:44:07 +0000 (20:44 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 16 Apr 1999 20:44:07 +0000 (20:44 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@216 7a7537e8-13f0-0310-91df-b6672ffda945

conf/cupsd.conf

index 62726b9b1348eb93d0d86a332852e13710a8a506..4fd85376b1a6ea421caf10bec1084494eb222f4f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: cupsd.conf,v 1.5 1999/02/26 21:59:33 mike Exp $"
+# "$Id: cupsd.conf,v 1.6 1999/04/16 20:44:07 mike Exp $"
 #
 #   Sample configuration file for the Common UNIX Printing System (CUPS)
 #   scheduler.
@@ -218,6 +218,15 @@ DocumentRoot /usr/share/cups/docs
 
 #DefaultCharset iso-8859-1
 
+#
+# RIPCache: the amount of memory that each RIP should use to cache
+# bitmaps.  The value can be any real number followed by "k" for
+# kilobytes, "m" for megabytes, "g" for gigabytes, or "t" for tiles
+# (1 tile = 256x256 pixels.)  Defaults to "32m" (32 megabytes).
+#
+
+#RIPCache: 32m
+
 #
 # Access permissions for each directory served by the scheduler.
 # Locations are relative to DocumentRoot...
@@ -277,5 +286,5 @@ AuthClass System
 </Location>
 
 #
-# End of "$Id: cupsd.conf,v 1.5 1999/02/26 21:59:33 mike Exp $".
+# End of "$Id: cupsd.conf,v 1.6 1999/04/16 20:44:07 mike Exp $".
 #