Skip to contents

Retrieve the current memory warning configuration.

Usage

get_memory_settings()

Value

A list with elements `enabled` and `threshold_mb`.

Examples

# Get current settings
get_memory_settings()
#> $enabled
#> [1] FALSE
#> 
#> $threshold_mb
#> [1] 100
#>