Page MenuHomeFeedback Tracker

[Logging] Expose to public dev branch and expand model verification logging
New, NormalPublic

Description

_convexComponents.Size() = 506 (max. expected was 400)
_pos.Size() = 3522 (max. expected was 3500)

It misses the model (and LOD? - potentially other info like component name, etc) name to really understand what is problematic.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Performance

Event Timeline

dedmen added a subscriber: dedmen.Jan 25 2024, 1:49 PM

That message isn't easy to expand.
Also this is not problematic. It means it ran past our pre-allocated storage. The array will just expand dynamically and work fine. It just means we allocate twice.
Unless it spams that message, its not actually a problem that needs solving.

@dedmen Thank you for checking!

As its only logged to debug log, not as easy to judge. Its maybe a few tens to low hundreds per session.

Can do a full model check to see if that gives a better idea.

That aside if it isnt about too complex models or hitting components limits or similar, and you consider it basically a non issue, it can be closed as wont "fix"