benchmarkme (version 1.0.3)

get_ram: Get the amount of RAM

Description

Attempt to extract the amount of RAM on the current machine. This is OS specific:

  • Linux: proc/meminfo

  • Apple: system_profiler -detailLevel mini

  • Windows: memory.size()

  • Solaris: prtconf

A value of NA is return if it isn't possible to determine the amount of RAM.

Usage

get_ram()

Arguments

References

The print.bytes function was taken from the pryr package.

Examples

Run this code
# NOT RUN {
## Return (and pretty print) the amount of RAM
get_ram()
# }

Run the code above in your browser using DataLab