sysmem: Check system memory

View source: R/sysmem.R

sysmemR Documentation

Check system memory

Description

This tells you the TOTAL system memory (RAM) available. Other processes running on the computer will eat into this total, and as such, you should take these numbers with a grain of salt.

Usage

sysmem(x = "GB")

Arguments

x

Units to use for output. One of either "KB", "MB", "GB".

Value

Total amount of system memory (RAM) in units.

Author(s)

Alex Chubaty

Examples

sysmem()


achubaty/amc documentation built on June 10, 2025, 1:10 p.m.