Commit 48fdc612 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

docs: added note about parallel keystore generation (#124)

parent d2cccf4a
...@@ -150,6 +150,9 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam ...@@ -150,6 +150,9 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam
// The deneb for epoch -- arbitrarily large while we sort out https://github.com/kurtosis-tech/eth-network-package/issues/42 this will take 53~ hours for now // The deneb for epoch -- arbitrarily large while we sort out https://github.com/kurtosis-tech/eth-network-package/issues/42 this will take 53~ hours for now
"deneb_for_epoch": 500, "deneb_for_epoch": 500,
// Parallelizes keystore generation so that each node has keystores being generated in their own container
// This will result in a large number of containers being spun up than normal. We advise users to only enable this on a sufficiently large machine or in the cloud as it can be resource consuming on a single machine.
"parallel_keystore_generation": false,
}, },
// True by defaults such that in addition to the Ethereum network: // True by defaults such that in addition to the Ethereum network:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment