Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/build/use-cases/trustless-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -128,7 +128,7 @@ resources:
cpus: 1
storage:
kind: disk-persistent
size: 5000
size: 10000
```

Then, build the ROFL bundle by invoking:
Expand Down