From 450982ae1313dbabd98ed1208fcf3582e08ec3e9 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:08:19 -0400 Subject: [PATCH] docs: Document recorded session max size --- .../docs/configuration/session-recording/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/content/docs/configuration/session-recording/index.mdx b/website/content/docs/configuration/session-recording/index.mdx index 5dafb814e8..d1aaaf67cf 100644 --- a/website/content/docs/configuration/session-recording/index.mdx +++ b/website/content/docs/configuration/session-recording/index.mdx @@ -32,6 +32,14 @@ When you estimate worker storage requirements, consider the number of concurrent When you estimate storage requirements for the external storage provider, consider your [storage policy](/boundary/docs/concepts/domain-model/storage-policy) and how long a BSR will be retained in the external storage bucket. + + +Boundary supports recorded session files up to 5 GB in size. +If a recorded session file is over 5 GB, the session details show the recording state as `Failed` and you may not be able to play back the session. +Be careful when you use Secure File Copy (SCP) to transfer large files during a recorded session because it can result in large recorded session files. + + + ## Enable session recording To enable session recording, you must: