Skip to content

Incorrect conversion in the RAM calculations #8

@Cyprotic

Description

@Cyprotic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions