From 45533073eab3899acf23a52476a290ee75d4d4a1 Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Tue, 28 Nov 2023 19:25:06 +0000 Subject: [PATCH] update memory limit --- docs/developers/limits.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/limits.md b/docs/developers/limits.md index 9d343fa99a04..1c325b409e53 100644 --- a/docs/developers/limits.md +++ b/docs/developers/limits.md @@ -23,9 +23,9 @@ badge as your attempt state. > _Instance superusers can control this limit the `MAX_RUN_DURATION` environment > variable._ -## Memory Usage (1GB) +## Memory Usage (500 MB) -Each workflow attempt may not use more than `1GB` of memory. You can view the +Each workflow attempt may not use more than `500 MB` of memory. You can view the maximum memory usage of each attempt by clicking on the attempt ID. If an attempt exceeds this limit, it will be killed by the worker and you'll see a `Killed:OOM` badge as your attempt state.