format: HOSTNAME:PORT.
| -t,--timeout <time> |
| Abort after this amount of idle time (default=900s).
|
| -d,--debug <subsystem> |
| Enable debugging on worker for this subsystem (try -d all to start).
|
| -w,--tcp-window-size <size> |
| Set TCP window size
|
| -i,--min-backoff <time> |
| Set initial value for backoff interval when worker fails to connect to a master. (default=1s)
|
| -b,--max-backoff <time> |
| Set maxmimum value for backoff interval when worker fails to connect to a master. (default=60s)
|
| -z,--disk-threshold <size> |
| Set available disk space threshold (in MB). When exceeded worker will clean up and reconnect. (default=100MB)
|
| -A,--arch <arch> |
| Set architecture string for the worker to report to master instead of the value in uname.
|
| -O,--os <os> |
| Set operating system string for the worker to report to master instead of the value in uname.
|
| -s,--workdir <path> |
| Set the location for creating the working directory of the worker.
|
| -P,----password <file> |
| Password file to authenticate workers to master.
|
| --cores <cores> |
| Set the number of cores each worker should use (0=auto). (default=1)
|
| --memory <size> |
| Manually set the amonut of memory (in MB) reported by this worker.
|
| --disk <size> |
| Manually set the amount of disk (in MB) reported by this worker.
|
| -h,--help | Show help message.
|