bench_process_memory: Retrieve the current and maximum memory from the R process

View source: R/bench_process_memory.R

bench_process_memoryR Documentation

Retrieve the current and maximum memory from the R process

Description

The memory reported here will likely differ from that reported by gc(), as this includes all memory from the R process, including any child processes and memory allocated outside R's garbage collector heap.

Usage

bench_process_memory()

Details

The OS APIs used are as follows

Windows

macOS

linux


bench documentation built on May 4, 2023, 5:13 p.m.