Page 1 of 1

continuous crashes while rendering

Posted: Sun Dec 06, 2020 7:32 pm
by em3d
Hi im experimenting a lot of CUDA API "Crashes" with a very simple room scene...
sudenly it give me an Out of memory error, or render session stay blocked exporting some mesh
the scene work, and it was rendered a few times
but when i made some little changes (linking a material)
i can not rendered any more and i spend a lot of time getting those errors....


my config i6800hk + gtx1070 8G + 64gb ram
latest lux buid + 2.91 official

thanks for your help

Re: continuous crashes while rendering

Posted: Sun Dec 06, 2020 8:25 pm
by em3d
maybe its a linked material whats its giving the errors
i check material overide and render works,
then i uncked the overide , its start rendering again

i had a lots of materials linked due to pc limitations at office

Re: continuous crashes while rendering

Posted: Mon Dec 07, 2020 2:41 pm
by Dade

Code: Select all

[LuxRays][2352.672] Total vertex count: 69449358
[LuxRays][2352.672] Total triangle count: 124565410

Code: Select all

RuntimeError: CUDA driver API error CUDA_ERROR_OUT_OF_MEMORY (code: 2, file:D:\a\1\Luxcore\src\luxrays\devices\cudadevice.cpp, line: 516): out of memory
You are simply running out of GPU ram while trying to render 124,565,410 triangles (!).
Hi im experimenting a lot of CUDA API "Crashes" with a very simple room scene...
124 millions of triangles doesn't sound exactly like a very simple room scene :?:

Do you have some "out of control" subdivision, etc. ?