scratch_pool_config: Configure scratch pool limits

View source: R/scratch.R

scratch_pool_configR Documentation

Configure scratch pool limits

Description

Configure scratch pool limits

Usage

scratch_pool_config(max_bytes = Inf)

Arguments

max_bytes

Maximum scratch pool bytes allowed in a worker. If exceeded, the worker is flagged for recycle at the next safe point.

Value

NULL, invisibly.

Examples

cfg <- scratch_pool_config(max_bytes = 100 * 1024^2)

shard documentation built on April 3, 2026, 9:08 a.m.