powered by
Configure scratch pool limits
scratch_pool_config(max_bytes = Inf)
NULL, invisibly.
NULL
Maximum scratch pool bytes allowed in a worker. If exceeded, the worker is flagged for recycle at the next safe point.
cfg <- scratch_pool_config(max_bytes = 100 * 1024^2)
Run the code above in your browser using DataLab