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
2 changes: 1 addition & 1 deletion content/run/run-a-generator/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Running the client only requires access to an execution node. You do not need to

## Hardware recommendations

The Generator client is a lightweight sidecar (the binary is approximately 50 MB) that runs next to an execution node. See the [hardware requirements page](../hardware-requirements/) for CPU, RAM, storage, and network sizing, including how to account for the execution node itself.
The Generator client is a lightweight sidecar (the binary is approximately 254 MB) that runs next to an execution node. See the [hardware requirements page](../hardware-requirements/) for CPU, RAM, storage, and network sizing, including how to account for the execution node itself.

@johnnymatthews johnnymatthews Sep 3, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can future-proof this by removing the explicit size altogether:

Suggested change
The Generator client is a lightweight sidecar (the binary is approximately 254 MB) that runs next to an execution node. See the [hardware requirements page](../hardware-requirements/) for CPU, RAM, storage, and network sizing, including how to account for the execution node itself.
The Generator client is a lightweight sidecar that runs next to an execution node. See the [hardware requirements page](../hardware-requirements/) for CPU, RAM, storage, and network sizing, including how to account for the execution node itself.


## Using Docker

Expand Down
Loading