This repository was archived by the owner on Feb 1, 2022. It is now read-only.
forked from AGSPhoenix/sheepit-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSheepit-CmdOptions
84 lines (84 loc) · 6 KB
/
Sheepit-CmdOptions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Usage:
--no-gpu : Don't detect GPUs (default: false)
--no-systray : Don't use SysTray (default: false)
--show-gpu : Print available CUDA devices and exit
--verbose : Display log (default: false)
--version : Display application version
-cache-dir /tmp/cache : Cache/Working directory. Caution,
everything in it not related to the
render-farm will be removed
-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 use it
will not use the gpu
-config VAL : Specify the configuration file
-cores 3 : Number of cores/threads to use for
the render (default: -1)
-extras VAL : Extras data push on the
authentication request
-gpu CUDA_0 : Name of the GPU used for the render,
for example CUDA_0 for Nvidia or
OPENCL_0 for AMD/Intel card
-hostname VAL : Set a custom hostname name (name
change will be lost when client is
closed)
-login LOGIN : User's login (default: )
-memory VAL : Maximum memory allow to be used by
renderer, number with unit (800M, 2G,
...)
-password PASSWORD : User's password or public key
(accessible under the Keys tab of the
profile page) (default: )
-priority N : Set render process priority (19
lowest to -19 highest) (default: 19)
-proxy http://login:password@host:port : URL of the proxy
-renderbucket-size N : Set a custom GPU renderbucket size
(32 for 32x32px, 64 for 64x64px, and
so on). NVIDIA GPUs support a maximum
renderbucket size of 512x512 pixel,
while AMD GPUs support a maximum
2048x2048 pixel renderbucket size.
Minimum renderbucket size is 32
pixels for all GPUs (default: -1)
-rendertime N : Maximum time allow for each frame (in
minutes) (default: -1)
-request-time 2:00-8:30,17:00-23:00 : H1:M1-H2:M2,H3:M3-H4:M4 Use the 24h
format. For example to request job
between 2am-8.30am and 5pm-11pm you
should do --request-time
2:00-8:30,17:00-23:00 Caution, it's
the requesting job time to get a
project, not the working time
-server URL : Render-farm server, default
https://client.sheepit-renderfarm.com
(default: https://client.sheepit-rende
rfarm.com)
-shared-zip VAL : Shared directory for downloaded
binaries and scenes. Useful when
running two or more clients in the
same computer/network to download
once and render many times.
IMPORTANT: This option and value must
be identical in ALL clients sharing
the directory.
-shutdown DATETIME or +N : Specify when the client will close
and the host computer will shut down
in a proper way. The time argument
can have two different formats: an
absolute date and time in the format
yyyy-mm-ddThh:mm:ss (24h format) or a
relative time in the format +m where
m is the number of minutes from now.
-shutdown-mode MODE : Indicates if the shutdown process
waits for the upload queue to finish
(wait) or interrupt all the pending
tasks immediately (hard). The default
shutdown mode is wait.
-theme VAL : Specify the theme to use for the
graphical client, default 'light',
available 'light', 'dark'
-title VAL : Custom title for the GUI Client
(default: SheepIt Render Farm)
-ui VAL : Specify the user interface to use,
default 'swing', available 'oneLine',
'text', 'swing' (graphical)