Julien-Philip
  • Joined on 2024-10-24
Julien-Philip commented on issue blender/blender#129384 2024-12-02 07:54:01 +01:00
Memory (RAM) leak since 4.0.0 in bpy when rendering several frames with Cycles

I can confirm the issue is still present on 4.3 on my side as well. It seems like the denoiser is making it worse, but the leak is present without it. The complexity of the scene being rendered…

Julien-Philip commented on issue blender/blender#129384 2024-11-27 19:13:51 +01:00
Memory (RAM) leak since 4.0.0 in bpy when rendering several frames with Cycles

@Alaska Do you have any idea if someone is or will look into it? I am rendering relatively big scenes from a few dozens of viewpoints each and the memory shoots to more than 100GB crashing my…

Julien-Philip commented on issue blender/blender#129384 2024-10-25 13:46:20 +02:00
Memory (RAM) leak since 4.0.0 in bpy when rendering several frames with Cycles

A weird finding on my side (maybe you can repro) is that if I create 100 spheres:

`for i in range(100): bpy.ops.mesh.primitive_uv_sphere_add(radius=1, enter_editmode=False, align='WORLD',…

Julien-Philip commented on issue blender/blender#129384 2024-10-25 11:57:31 +02:00
Memory (RAM) leak since 4.0.0 in bpy when rendering several frames with Cycles

Thanks a lot for looking into it, I tested on a Mac with Metal and could not reproduce it. I was about to test on Windows as well. The issue is indeed present whether using CPU/Optix/CUDA as a…

Julien-Philip opened issue blender/blender#129384 2024-10-24 20:16:51 +02:00
Memory (RAM) leak since 4.0.0 in bpy when rendering several frames with Cycles