The numThreads does not work in RedHat Linux V6.3 (16CPU machine) + V-Ray Standalone, version 3.30.01.
rendering is done as follows:
$ vray.bin -numThreads=2 -sceneFile=bump.vrscene -display=0
If it looks by the top command, the vray.bin thread exceeding two threads will have lanuched.
44 threads will be lanuched if the ps command checks.
There are not DR and a Spawner demon.
This is correct?
rendering is done as follows:
$ vray.bin -numThreads=2 -sceneFile=bump.vrscene -display=0
If it looks by the top command, the vray.bin thread exceeding two threads will have lanuched.
Code:
----------- top command extracted ---------------------------- Swap: 32767M total, 0M used, 32767M free, 765342M cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 167420 s0017 20 0 1421m 77m 26m R 100 0.0 0:31.35 vray.bin 167421 s0017 20 0 1421m 77m 26m R 100 0.0 0:31.40 vray.bin 167438 s0017 20 0 50212 3300 2100 R 1 0.0 0:00.15 top 165239 s0017 20 0 92348 2692 1720 S 0 0.0 0:00.08 sshd 165240 s0017 20 0 53428 5016 2464 S 0 0.0 0:00.35 csh 165477 s0017 20 0 92348 2692 1720 S 0 0.0 0:00.03 sshd 165478 s0017 20 0 53428 5008 2456 S 0 0.0 0:00.39 csh 167365 s0017 20 0 1421m 77m 26m S 0 0.0 0:00.19 vray.bin 167366 s0017 20 0 1421m 77m 26m S 0 0.0 0:00.00 vray.bin 167378 s0017 20 0 1421m 77m 26m S 0 0.0 0:00.00 vray.bin 167379 s0017 20 0 1421m 77m 26m S 0 0.0 0:00.09 vray.bin : -------------------------------------------------------------------------
44 threads will be lanuched if the ps command checks.
Code:
------------------------------------------------------------------------ > ps -efL | grep vray.bin s0017 105240 134063 105240 52 44 17:40 pts/3 00:00:00 vray.bin -numThreads=2 -sceneFile=teapot.vrscene -display=0 s0017 105240 134063 105241 0 44 17:40 pts/3 00:00:00 vray.bin -numThreads=2 -sceneFile=teapot.vrscene -display=0 ------------------------------------------------------------------------
This is correct?
Comment