You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community

Oracle Linux: System RAM does not Match with the Value in OCI Console

edited 1:29PM in Linux

Applies to:

Oracle Cloud Infrastructure - Version N/A and later

Oracle Linux 7 and later

Goal:

Understand why Oracle Linux does not show the same amount of Memory (RAM) that is assigned in OCI Console.

Solution:

This system was created with 4GB of RAM, but Oracle Linux shows only 3GB RAM.

[opc@<hostname>  ~]$ free -g
               total        used        free      shared  buff/cache   available
Mem:               3           2           2           0           0           1
Swap:              3           0           3

Using the free -g command, the total RAM will be rounded up to the nearest number

free -k or free -m will show the real available RAM for the OS.

[opc@a<hostname>  ~]$ free -k
               total        used        free      shared  buff/cache   available
Mem:         3540892     2708896     1961448        8896     1025016      831996
Swap:        3539964       

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!