diff --git a/site/content/docs/private-locations/checkly-agent-configuration.md b/site/content/docs/private-locations/checkly-agent-configuration.md index 9f872df6f..be6605f6e 100644 --- a/site/content/docs/private-locations/checkly-agent-configuration.md +++ b/site/content/docs/private-locations/checkly-agent-configuration.md @@ -23,6 +23,8 @@ Variable|Description `JOB_CONCURRENCY`|(Default: 1, max: 10) Number of concurrent checks that are run by the agent. `LOG_LEVEL`|(Default: `INFO`) Set the log level of the agent. Can be one of `DEBUG`, `LOG`, `INFO`, `WARN` or `ERROR`. `USE_OS_DNS_RESOLVER`|When set to true, TCP checks will resolve DNS using `getaddrinfo` C function, instead of using the network. This enables easier DNS resolution for internal services e.g. services running in the same Kubernetes cluster. +`ENABLE_MEMORY_MANAGEMENT`|(Default: false) When enabled (set to true), this option turns on Checkly's built-in memory monitoring that detects out-of-memory errors. As a result, check runs will be canceled, and a memory-related check result will be generated. +`MEMORY_LIMIT_BYTES`|(Default: 95% ot total memory available) Sets the memory threshold in bytes for detecting out-of-memory condition. For example, you can add these variables to the standard docker run command like this: