Skip to content

In VMWare I Gave 8GB Then I Ran Cosmos.Core.CPU.GetAmountOfRAM(); And It Gave Me 4GB #3116

Closed as not planned
@ghost

Description

Area of Cosmos - What area of Cosmos are we dealing with? Cosmos.Core.CPU

Expected Behaviour - What do you think that should happen? It Returns 8192

Actual Behaviour - What unexpectedly happens? It Returns 4096

Reproduction - How did you get this error to appear? public static string NeoFetch()

{
uint RAM = Cosmos.Core.CPU.GetAmountOfRAM();
Thread.Sleep(2); // Prevent Deadlock
string CPU = Cosmos.Core.CPU.GetCPUBrandString() + " | " + Cosmos.Core.CPU.GetCPUVendorName();
return "Neofetch:" + "\n\tSystem OS: " + Kernel.Name + " " + Kernel.Version + " " + Kernel.Code + "\n\tSystem RAM: " + RAM + " MB" + "\n\tSystem CPU: " + CPU;
}

Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)? DevKit IDK, IDK, IDK

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions