- move vcached configuration here
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 26 Aug 2004 16:51:32 +0000 (16:51 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 26 Aug 2004 16:51:32 +0000 (16:51 +0000)
sysv/vcached.conf [new file with mode: 0644]

diff --git a/sysv/vcached.conf b/sysv/vcached.conf
new file mode 100644 (file)
index 0000000..4dd5206
--- /dev/null
@@ -0,0 +1,20 @@
+# number of images to keep cached
+slots=32
+
+# fill the cache periodically (seconds)
+period=$((60 * 15))
+
+# nice adjustment
+nice=10
+
+# PID file
+pidfile=/var/run/vcached.pid
+
+# log file
+logfile=/var/log/vcached.log
+
+# run in foreground
+foreground=0
+
+# debug
+debug=0