SecRequestBodyInMemoryLimit
Description: Configures the maximum request body size that Coraza will store in memory.
Default: 131072 (128 KB)
Version Compatibility: v1.0+
Tinygo Compatibility: Partial, file writing is not available on all platforms.
Syntax: SecRequestBodyInMemoryLimit LIMIT_IN_BYTES
When a multipart/form-data request is being processed, once the in-memory limit is reached, the request body will start to be streamed into a temporary file on disk.
If a tinygo implementation is not capable of writing files, this feature will be disabled.