Search
Page 99 of 1,195. Showing 11,950 results (0.015 seconds)
proxy_password
Synopsis Proxy_password must be set when using a proxy_account other than the default, local "qubeproxy" account. The proxy_password value must be set to the encrypted string returned by the qbhash tool. Cut and paste the value returned by qbhash into the…worker_max_clients
Synopsis worker_max_clients = clients Clients is the maximum number of network messages a thread is allowed to service before dying. By increasing this number, the administrator is able to reduce the overhead of threads which re-spawn. The penalty however…worker_path_map
Synopsis worker_path_map = "pathA" = "pathB" ... } Specify the path translation map for a worker. Any job that supports path translation (have the convert_path job flag set, or any pyCmdline, pyCmdrange, or AppFinder jobs) will have pathB substit…worker_address
Synopsis worker_address = address Use dot notation in address to set the IP address you want the Worker to bind to. This is to override the behavior of binding to all addresses the Worker has assigned to it. Example worker_address = 127.0.0.1 Default (a…worker_max_threads
Synopsis worker_max_threads = threads Where threads is the total number of Worker threads. By adjusting this field, the administrator may improve the Worker's performance. However the increase in threads also increases the Worker's memory requirements. Th…worker_boot_diagnostics_retries
Synopsis worker_boot_diagnostics_retries = retries Number of times the worker should retry its boot-time diagnostic tests (check the worker_logpath permissions, the existence of proxy program at proxy_location, and the validity of the proxy_account) when…worker_drive_map
Synopsis The worker drive map feature, particular to Windows workers, which instructs workers to automatically mount specified drives before they process jobs. If there is a conflict due to the same drive letter being mapped in the worker_drive_map and i…worker_pidfile
Synopsis worker_pidfile = path Path is where the Worker writes down the process ID to the main controlling process. _worker_bootstrap_parameter Example worker_pidfile = /tmp/wrkpid Defaults Linux & OS X: /var/run/worker.pid Windows XP/200…worker_port
Synopsis worker_port = port Assigns the TCP/UDP network port number to the Worker daemon. This must be set on the Supervisor as well. _worker_bootstrap_parameter Example worker_port = 5011 Defaults 50011…supervisor_logfile
Synopsis supervisor_logfile = path Path is used to specify the single log file for the supervisor's internal operations. This is not the same as supervisor_logpath which determines the location of the job logs. Example supervisor_logfile = /var/log/supel…