response-archive-limit

Maximum disk space available to the server process for archiving

Syntax

--response-archive-limit SIZE

Description

response-archive-limit specifies the maximum disk space available to the server process for archiving. If the limit set by SIZE is reached, the archives will be deleted in a 'First-In First-Out' order until the space for the server process fall below SIZE. If this limit is not specified, the server process will assume there is no limit to disk usage for archiving.

Parameters

size

Size of the server process.

Examples

Set the size of the archive to be 5GB

--response-archive-limit 5GB

Introduced in R2016b

Was this topic helpful?