continuous crashes while rendering

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
em3d
Posts: 7
Joined: Fri Mar 13, 2020 7:01 pm

continuous crashes while rendering

Post 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
Attachments
console.zip
(7.95 KiB) Downloaded 129 times
em3d
Posts: 7
Joined: Fri Mar 13, 2020 7:01 pm

Re: continuous crashes while rendering

Post 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
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: continuous crashes while rendering

Post 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. ?
Support LuxCoreRender project with salts and bounties
Post Reply