| scratch_pool_config | R Documentation |
Configure scratch pool limits
scratch_pool_config(max_bytes = Inf)
max_bytes |
Maximum scratch pool bytes allowed in a worker. If exceeded, the worker is flagged for recycle at the next safe point. |
NULL, invisibly.
cfg <- scratch_pool_config(max_bytes = 100 * 1024^2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.