Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/website/root/manual/getting-started/run-signer-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ Thus, there are no extra requirements on the recommended hardware than for runni
Here are some figures about the Mithril signer node running on the `mainnet` Cardano network:

- It is **idle** most of the time with a very low **CPU** usage of less than `5%`.
- It is using less than `400MB` of **resident memory**.
- It sends to the aggregator a **new signature** roughly every `10 minutes` and a **new registration** every `5 days` (`<1MB` per day).
- When launched for the **first time**, a **pre-loading** phase occurs where the Cardano transactions will be imported with a spike of `50-70%` CPU on one core for `~6 hours`.
- It is using less than `200 MB` of **resident memory**.
- It sends to the aggregator a **new signature** roughly every `10 minutes` and a **new registration** every `5 days` (`<1 MB` per day).
- When launched for the **first time**, a **pre-loading** phase occurs where the Cardano transactions will be imported with a spike of `50-70%` CPU on one core for `~5 hours`.
- When signing for the **first time**, the Cardano database digest cache needs to be built with a spike of `50-70%` CPU on one core for `~1 hour`.
- Also, the full Cardano database files will be **read from disk once** during this cache building process.
- Only **stake distributions**, **Mithril keys** and some **cache** (for the **Cardano database** and the **Cardano transactions**) are stored on the disk (`<200MB`).
- Only **stake distributions**, **Mithril keys** and some **cache** (for the **Cardano database** and the **Cardano transactions**) are stored on the disk (`<200 MB`).

:::

### Cardano transactions certification footprint

Here is detailed view of the impact of the signature of the Cardano transaction on the SPO infrastructure on the `mainnet`:
Here is detailed view of the impact of the signature of the Cardano transactions (the most resource intensive part of Mithril) on the SPO infrastructure on the `mainnet`:

#### CPU

Expand Down