Skip to content

Commit 6568998

Browse files
committed
docs: update signer footprint in SPO setup guide
Done following the memory optimization brought on the signer Merkle tree storage engine.
1 parent 8c3a9b0 commit 6568998

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
-78.8 KB
Loading
22.4 KB
Loading
-263 KB
Loading

docs/website/root/manual/getting-started/run-signer-node.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ Thus, there are no extra requirements on the recommended hardware than for runni
7272
Here are some figures about the Mithril signer node running on the `mainnet` Cardano network:
7373

7474
- It is **idle** most of the time with a very low **CPU** usage of less than `5%`.
75-
- It is using less than `400MB` of **resident memory**.
76-
- It sends to the aggregator a **new signature** roughly every `10 minutes` and a **new registration** every `5 days` (`<1MB` per day).
77-
- 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`.
75+
- It is using less than `200 MB` of **resident memory**.
76+
- It sends to the aggregator a **new signature** roughly every `10 minutes` and a **new registration** every `5 days` (`<1 MB` per day).
77+
- 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`.
7878
- 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`.
7979
- Also, the full Cardano database files will be **read from disk once** during this cache building process.
80-
- Only **stake distributions**, **Mithril keys** and some **cache** (for the **Cardano database** and the **Cardano transactions**) are stored on the disk (`<200MB`).
80+
- Only **stake distributions**, **Mithril keys** and some **cache** (for the **Cardano database** and the **Cardano transactions**) are stored on the disk (`<200 MB`).
8181

8282
:::
8383

8484
### Cardano transactions certification footprint
8585

86-
Here is detailed view of the impact of the signature of the Cardano transaction on the SPO infrastructure on the `mainnet`:
86+
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`:
8787

8888
#### CPU
8989

0 commit comments

Comments
 (0)