You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fuzz_mesh is hitting the fuzzer-imposed memory limit. We should place explicit limits on the maximum complexity of a mesh so that it not only doesn't hit the fuzzer limit, but is also reasonable for actual rendering.
The text was updated successfully, but these errors were encountered:
The fuzzer out-of-memory turned out to be not from mesh generation, but from generating a huge LightStorage::propagation_table. I fixed that by constraining the value in 217bd70. However, mesh size limits are still desirable.
fuzz_mesh
is hitting the fuzzer-imposed memory limit. We should place explicit limits on the maximum complexity of a mesh so that it not only doesn't hit the fuzzer limit, but is also reasonable for actual rendering.The text was updated successfully, but these errors were encountered: