Search Unity

Memory Fallback allocation

Discussion in 'Entity Component System' started by sebas77, Jun 24, 2020.

  1. sebas77

    sebas77

    Joined:
    Nov 4, 2011
    Posts:
    1,644
    I have been told that this happens (or may happen) when temp and maybe even temp job buffers are filled. However I see the problem happening inside Unity API code that has nothing to do with ECS. Can some one please explain it to me?

    I need to optimize this, all together we are talking about a significant amount of milliseconds (it's not just the following case)

    with deep profile to see where it happens


    The amount of time it takes, but this is just one of the cases I have to fix.



    BTW if the reason why it happens is what I currently believe, I will need to be able to configure the size of these preallocated buffers.
     
    futurlab_xbox likes this.
  2. sebas77

    sebas77

    Joined:
    Nov 4, 2011
    Posts:
    1,644
    Anyone on this one?