Jobs
GPU rendering
These settings apply to jobs with the "GPU required" flag set.
Please see GPU rendering as well.
GPU requires this user logged in (if client is running in App Mode) |
This setting has an effect if the client was started via a startup script or manually. And is NOT running as background service/deamon. |
Local Copy
These settings are used for
- Local Scene Cache:
This is a job setting that is enabled by default for most render applications.
The rrClient copies the scene file before it opens it for rendering. - Local Textures:
If a job contains a local texture list, then these files are copied before rendering the scene.
Local textures copy requires special submission scripts
Local copy slowdown |
RR is able to slow down all copy operations. This is requires to reduce the network traffic for a fileserver if x clients access files at the same time. Some fileserver cannot handle that much traffic and return empty data otherwise. |
Custom Local Textures folder |
Override the default folder RR_localdata\textures\. The folder can be a shared folder as the copy function is respecting multiple clients trying to copy the same file at the same time. |
Custom Local Scenes folder |
Override the default folder RR_localdata\cachedscenes\. The folder can be a shared folder as the copy function is respecting multiple clients trying to copy the same file at the same time. |
Do not use all cores if a user is logged in
Reserve cores if user is logged in |
You usually do not use all of your 8 (16, 64, 128) cores for work, most of the time one core only. So why keep the other cores unused? The client offer a switch to keep core free from RR renderings. And of course the other cores still run with low/idle priority, so if you need more power, you get more. By default, the reserve core option is used as long as somebody is logged in. (You can change that it is only enabled during working hours if someone is logged OR that it is always enabled during working hours, no matter if someone is logged in or not.) Note: This feature can not control the network access. So if you do compositing or simulations and these load a lot of files, then the network can get slower for other processes on that machine. This is the same for the installed RAM of your machine. If the RAM is heavily used, the artist will notice that the client is rendering. Note: If you have hyper-threading enabled in your system and your task manager shows 16 cores, then you only have 8 real physical cores. |
Apply "Reserve cores" during working hours only |
By default, Reserve Cores is applied if somebody is logged in. You can combine it with working hours. In this case, somebody has to be logged in AND the current time it has to be within working hours. |
Apply "Reserve cores" during working hours even if nobody is logged in |
By default, Reserve Cores is applied if somebody is logged in. |
Misc
Pre/Post/Finished Scripts |
By default, a client does take jobs it is assigned to. Hints:
|
Wait ... sec. after a new job before requesting a job for an other thread |
If one thread has got a job, you can tell the client to wait x seconds before any of the other threads gets a job. This is required for
|
Enable/Disable
Allow Little Jobs if client is disabled |
You can mark jobs as "Little Jobs" at submission. These jobs will render on a client even if the client was disabled by the Artist. As the render process is running with low priority, the artist logged in should not be disturbed by the CPU usage itself (He can be disturbed by memory usage and network load). This feature can be used for jobs that use a small amount of memory and do not require to load big scenes or textures, but still have a high render time. |
Disable if CPU usage is high |
If the client is not rendering or if the client finished a task: If the CPU usage of the artist is higher than xx % for 15 seconds, then the client will not accept new jobs. xx can be set with the "CPU usage Limits". If the client is rendering: It will abort jobs if the CPU usage of the artist is higher than 85% within 4 minutes. (It does not have to be 85% all the time, but at least at the beginning and end of the 4 min check range). |
Disable if available memory is less than |
If the free/available memory of the system is lower than x GB, then the client will not accept new jobs. If the client is already rendering, then it will NOT abort jobs. |
Auto-Enable |
If an artist is logged in, then the artist can disable the client (If you do not use the Working Hours setting). But artists tend to forget to re-enable the client. Therefore the client can re-enable itself after some time.
"...and no user interaction for": This function requires the rrClient running in application mode within the artists session or requires rrClientWatch to be running within the artists session. RR requests the last user interaction of the user like mouse, keyboard inputs from the OS. (It is the same/similar function that is used to enable the screensaver)
|
Disable if processes found. |
You can enter multiple process names separated with a ; If the client finds this process, then it aborts all jobs and disables itself. Note: On Linux, the symbolic links to executable are resolved. For example if you start python, the executable is python2.6, not python. |
Abort Jobs
Abort job if system memory is low (recommended for stability) |
Is the system memory usage is lower than an internal defined value, then the system gets instable. RR should abort the rendering in this case to keep the OS runnig. |
Abort jobs with low CPU after x Minutes (frozen) |
A render application can sometimes freeze. It just sits idle and does nothing. It does not continue to render nor does it exit. If the client recognizes that the render application did not had y% CPU usage for x minutes, then it aborts the render as "freezed". About the CPU usage threshold: The % CPU limit is set in the client config, group "CPU usage limits", "Low". But most render applications override this setting in the render config. |
CPU usage limits
High |
Used for "Disable if high CPU" |
Low |
Used for "Auto-Enable after low CPU usage for" and "Abort jobs with low CPU after/Job frozen" detection. Note - Job frozen: Most render applications override the cpu limit for the freeze detection in its render config. Note - Auto-Enable after low CPU usage for: Most OS have background tasks running which use up to 1 core from time to time. Some OS have a lot of background applications running, Artists could have opened an 2D/3D application which constantly uses some CPU, Artists could have opened firefox/chrome with 50 tabs that all update something. Therefore we recommend to set it higher than 1 core to detect renderings only. But not too high because of the "Job frozen" detection. |