server-memory-threshold-overflow-action
Action taken when the memory size threshold of server process is breached
Syntax
--server-memory-threshold-overflow-action ACTION
Description
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
is breached.
Parameters
ACTION
archive_responses
purge_responses
Examples
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