How to release memory of last level when change level

Hello,

MY QUESTION:

How to release memory of last level when change level;

No matter when I change level in the editor or at runtime, the memory of the previous level cannot be released, and the memory is always increasing;(This seems to be a GC bug.)

Can anyone help me? Or give me some tips; thank you.