From 54f67071af55f3848f8c2a60474a73d534c2da46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Fri, 21 Nov 2025 15:20:19 +0100 Subject: [PATCH] use-cases/trustless-agent: Increase storage from 5 GB to 10 GB --- docs/build/use-cases/trustless-agent.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/use-cases/trustless-agent.mdx b/docs/build/use-cases/trustless-agent.mdx index eb912d06dc..b074cbafaa 100644 --- a/docs/build/use-cases/trustless-agent.mdx +++ b/docs/build/use-cases/trustless-agent.mdx @@ -119,7 +119,7 @@ Inspect on-chain activity and app details in the [Oasis Explorer]. ## Build ROFL bundle -Eliza requires at least 2 GiB of memory and 5 GB of storage. Update the +Eliza requires at least 2 GiB of memory and 10 GB of storage. Update the `resources` section in `rofl.yaml` accordingly: ```yaml title="rofl.yaml" @@ -128,7 +128,7 @@ resources: cpus: 1 storage: kind: disk-persistent - size: 5000 + size: 10000 ``` Then, build the ROFL bundle by invoking: