R/memory_utils.R
get_memory_settings.Rd
Retrieve the current memory warning configuration.
get_memory_settings()
A list with elements `enabled` and `threshold_mb`.
# Get current settings get_memory_settings() #> $enabled #> [1] FALSE #> #> $threshold_mb #> [1] 100 #>