summarylogtreecommitdiffstats
path: root/sheepit-client.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sheepit-client.conf')
-rw-r--r--sheepit-client.conf60
1 files changed, 21 insertions, 39 deletions
diff --git a/sheepit-client.conf b/sheepit-client.conf
index bcc3ee8ff985..115b1ec6c8df 100644
--- a/sheepit-client.conf
+++ b/sheepit-client.conf
@@ -1,55 +1,37 @@
-# Configuration for the sheepit client
+#Configuration for the sheepit client
-# You can either change the following
-# values or run sheepit-client and
-# paste the content of ~/.sheepit.conf
-# here.
+#User's login
+login=
+
+#User's password or public key
+password=
-# This option must not
-# be changed.
+#This must be set to text for the systemd service to function properly
+#If running the client standalone you can use set it to 'swing' for a graphical interface
ui=text
-# Cache/Working directory. Caution,
-# everything in it not related to the
-# render-farm will be removed.
-# Changing the cache directory
-# requires editing the service
+#This must not be changed if using the systemd service or if running the client as the sheepit-client user
+#You can set it to anywhere you have access to if running the program under your normal user session
+#Caution, everything in it not related to the render-farm will be removed
cache-dir=/var/cache/sheepit-client/
-# CPU: only use cpu, GPU: only use gpu,
-# CPU_GPU: can use cpu and gpu (not at
-# the same time) if gpu is not use it
-# will not use the gpu
-compute-method=CPU
+#CPU: only use cpu, GPU: only use gpu, CPU_GPU: can use cpu and gpu (not at the same time) if gpu is not used it will not use the gpu
+#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
-# the render
+#Number of cores/threads to use for the render
#cpu-cores=4
-# User's login
-login=
+#Maximum memory allow to be used by renderer (in MB)
+#ram=2000M
-# User's password or public key
-password=
+#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
-# URL of the proxy
-proxy=
+#URL of the proxy
#proxy=http://login:password@host:port
-# Set render process priorit (19
-# lowest to -19 highest)
+#Set render process priorit (19 lowest to -19 highest)
#prority=19
-# Maximum time allow for each frame (in
-# minute)
+#Maximum time allow for each frame (in minutes)
#rendertime=20
-
-# Maximum memory allow to be used by
-# renderer (in MB).
-#ram=2000M