Huge Ram Usage
Message
Playable has huge RAM usage.
Explanation
RAM usage has exceeded the limit for lower end devices. Reducing will improve performance on higher end devices and also mean the playable can run on lower end devices.
Steps to fix
To decrease RAM usage, you can try to do the following:
Simplify meshes, animations and other assets
Decrease amount of particles
Check code for memory leaks
Check code for frequent allocations
Allocations may include string operations, or creating new objects in Update loop
Also, please check the Unity profiler to help pinpoint the cause of the high RAM usage. More information about the Unity profiler can be found here.