summarylogtreecommitdiffstats
path: root/sheepit-client.conf
diff options
context:
space:
mode:
authorGeoffrey Frogeye2017-04-30 09:53:05 +0200
committerGeoffrey Frogeye2017-04-30 09:53:05 +0200
commit7ace1aaeaa5a09881176e439734e395274d4f0fd (patch)
treeaf4a63c63033ffbdd3cf9960e696e5103f3a8e16 /sheepit-client.conf
parent149fb4e871a847507f16e99c82e54ee2d3a024a1 (diff)
downloadaur-7ace1aaeaa5a09881176e439734e395274d4f0fd.tar.gz
Update for 5.0
Diffstat (limited to 'sheepit-client.conf')
-rw-r--r--sheepit-client.conf38
1 files changed, 31 insertions, 7 deletions
diff --git a/sheepit-client.conf b/sheepit-client.conf
index 67738d9cd30a..eb76d1d4098c 100644
--- a/sheepit-client.conf
+++ b/sheepit-client.conf
@@ -1,8 +1,20 @@
+# Configuration for the sheepit client
+
+# You can either change the following
+# values or run sheepit-client and
+# paste the content of ~/.sheepit.conf
+# here.
+# It is however recommended to
+# set cache-dir to the directory suggested
+# here since the default uses /tmp
+# and it might fill up quickly.
+# The ui setting is overriden by the
+# service so there is no need to change it.
+
# Cache/Working directory. Caution,
# everything in it not related to the
# render-farm will be removed
-cache-dir=
-# cache-dir=/var/lib/sheepit-client/
+cache-dir=/var/cache/sheepit-client/
# CPU: only use cpu, GPU: only use gpu,
# CPU_GPU: can use cpu and gpu (not at
@@ -12,6 +24,8 @@ compute-method=CPU
# CUDA name of the GPU used for the
# render, for example CUDA_0
+# Use sheepit-client --show-gpu
+# to print available CUDA devices
#compute-gpu=CUDA_0
# Number of cores/threads to use for
@@ -26,10 +40,20 @@ password=
# URL of the proxy
proxy=
-# proxy=http://login:password@host:port
+#proxy=http://login:password@host:port
+
+# Set render process priorit (19
+# lowest to -19 highest)
+prority=19
+
+# Maximum time allow for each frame (in
+# minute)
+#rendertime=20
+
+# Maximum memory allow to be used by
+# renderer (in KB)
+#ram=2097152
-# Specify the user interface to use,
-# default 'swing', available 'oneLine',
-# 'text', 'swing' (graphical)
-ui=text
+# Tile size
+#tile-size=128