From 528acb6e6fcab9c491a90e6c15c1c5be71ebc5a8 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:12:01 +0100 Subject: [PATCH 1/2] [README] Add System Requirements #76 --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 25a5983..cf24771 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,23 @@ using these `20 tokenB` we can get `10 tokenA` from the buy order, earning `2 to > [!NOTE] > In order to run Smart Order Router instances for the public testnet, please use the preprod testnet as in the examples below. + +## Running the SOR: System requirements + +Minimum System Requirements: +Memory: 500 MB +CPU: 0.5vCPU (2.25 GHz CPU Base Frequency) +Reliable and fast internet connection + +Recommended System Requirements: +Memory: 1GB +CPU: 1vCPU (2.25 GHz CPU Base Frequency) +Reliable and blasingly fast internet connection + +The Smart Order Router does not require a lot of resources, but if you choose to use the Kupo provider and run the Cardano Node yourself, that needs much more resources, especially on the Cardano Mainnet. + +For the exact requirements please see current Cardano Node documentation + ### Running the SOR using Docker A ready-to-run, containerized version of the Smart Order Router is available via the [GitHub Container Registry](https://github.com/geniusyield/smart-order-router/pkgs/container/smart-order-router). From c7c063a037f832d09e00ddb67d00c4adb69f9334 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:15:17 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Sourabh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf24771..32b2882 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Reliable and blasingly fast internet connection The Smart Order Router does not require a lot of resources, but if you choose to use the Kupo provider and run the Cardano Node yourself, that needs much more resources, especially on the Cardano Mainnet. -For the exact requirements please see current Cardano Node documentation +For the exact requirements please see current Cardano Node documentation. ### Running the SOR using Docker