memory_info

memory_info

SYSTEM_UTILS

1 Description

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

2 Usage

memory_info()

3 Value

Invisible list with memory information

4 Examples

\donttest{
memory_info()

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

5 See Also