Skip to content

Commit 62f71c6

Browse files
authored
Merge pull request input-output-hk#1879 from input-output-hk/jpraynaud/update-signer-footprint
Update Mithril signer footprint in SPO guide
2 parents dcf8f63 + a1a8ada commit 62f71c6

4 files changed

+2
-2
lines changed
Loading
Loading
Loading

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ 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 `700MB` of **resident memory**.
75+
- It is using less than `400MB` of **resident memory**.
7676
- 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 `~8 hours`.
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`.
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.
8080
- Only **stake distributions**, **Mithril keys** and some **cache** (for the **Cardano database** and the **Cardano transactions**) are stored on the disk (`<200MB`).

0 commit comments

Comments
 (0)