[][src]Constant weld::CONF_MEMORY_LIMIT_KEY

pub const CONF_MEMORY_LIMIT_KEY: &str

Bytes a single WeldContext is allowed to allocate.

If a run allocates more memory than specified by this parameter across all runs using the context, the run will fail with an OutOfMemoryError.

This parameter should be set in a configuration passed to a WeldContext.