Learn R Programming

BigDataStatMeth (version 2.0.3)

memory_info: Print system memory information

Description

Displays system memory information and current conversion thresholds. Useful for debugging and understanding memory limits.

Usage

memory_info()

Arguments

Value

Invisible list with memory information

See Also

system_info, get_total_ram

Examples

Run this code
# \donttest{
memory_info()

# Conversion Thresholds:
#   Silent:  2.4 GB
#   Warning: 4.8 GB
#   Force:   8.0 GB
#   Blocked: 12.8 GB
# }

Run the code above in your browser using DataLab