Search Unity

Total System memory usage parameter in unity memory profiler.

Discussion in 'Editor & General Support' started by User1410, Jun 20, 2019.

  1. User1410

    User1410

    Joined:
    Dec 7, 2017
    Posts:
    1
    I am new to memory profiling. There are various parameters shown in unity's native Profiler under Memory section like Used Total, Total Reserved, Total System Memory usage. From Those I infer, Used Total is the total amount of memory that is currently in use, Reserved Total is the total amount of memory that is reserved from OS including memory for future allocation.

    What exactly the Total System Memory Usage indicate and how is it different from Total Reserved? Also which one of those parameters indicate the game's RAM usage.
     
    phobos2077 and cw222kq like this.