Action to be taken when memory size threshold of server process has been breached
--server-memory-threshold-overflow-action ACTION
server-memory-threshold-overflow-action
acts
by either archiving responses or purging them when the size of the
server process in memory set by server-memory-threshold
has
been breached.
ACTION
archive_responses
purge_responses
Archive responses if the size of the server process in memory exceeds 500 MB.
--server-memory-threshold 500MB --server-memory-threshold-overflow-action archive_responses
Purge responses if the size of the server process in memory exceeds 2 GB.
--server-memory-threshold 2GB --server-memory-threshold-overflow-action purge_responses