Is this a memory leak?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    If this is a memory leak, how could i prevent this from building up even more memory leaks?

  2. What is the issue? Include screenshots / videos if possible!

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried looking for solutions on developer hub and forum, nothing seems relevant to my case.

Any solutions or tips is appreciated! i am still new on optimizing stuff :slight_smile:

Assuming even AOT:R takes up 800MB, this is DEFINITELY a memory leak.

Optimize scripts to remove connections to functions when they are not needed and remove useless values from tables that may hoard up Memory.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.