You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RAM calculations are done as (const unsigned int BitsPerMB = (8u * 1024u * 1024u);). But Unreal memory metrics are not provided in bits but are instead bytes. So the correct formula is -> 1024.0 * 1024.0 for MB.
The text was updated successfully, but these errors were encountered:
The RAM calculations are done as (const unsigned int BitsPerMB = (8u * 1024u * 1024u);). But Unreal memory metrics are not provided in bits but are instead bytes. So the correct formula is -> 1024.0 * 1024.0 for MB.
The text was updated successfully, but these errors were encountered: