Tezosメインネットノード:ハードウェア仕様
-
-
TezosはRpi3で実行できます.https://github.com/maxtez-raspbaker/tezos-rpi3/wikiYou can run Tezos on a Rpi3, https://github.com/maxtez-raspbaker/tezos-rpi3/wiki
- 1
- 2019-06-06
- utdrmac
-
3 回答
- 投票
-
- 2019-05-09
- CPU:特別なことは何もありません.数GHzで十分です.tezosはサポートします マルチコアウェル
- 記憶:以下の私のプロットを参照してください.4GBを超えるのは理にかなっているようです. 8GBで十分です.
- ストレージ:150MB/秒を超えるランダム読み取りおよびランダム書き込み.これは組み込みシステムのボトルネックになりやすいため、回転ディスクはお勧めしません.また、フラッシュカードは摩耗する可能性があります 工業用グレードでない場合はすぐに.
- CPU: nothing special, a couple of GHz will do, tezos supports multi-core well
- MEMORY: see my plot below. Seems like >4GB makes sense. 8GB should be enough.
- STORAGE: Random read and random write >150MB/s. This can easily become a bottleneck with embedded systems, a spinning disk is not recommended. Also flash cards could wear out quickly if they are not industrial grade.
-
- 2019-04-20
8GBRAMを推奨 ノードの場合は1 .キルンは、たとえば10GBのRAMを推奨しています.私のUbuntu18.04 Baker/Nodeのメインネットノードは、CPUからの多くのリソースを消費しません.ただし、SSDを使用することを強くお勧めします.少なくとも、HDDで実行している2番目のノードで多くの「タイムアウト」エラーが発生しています.SSDで実行されているメインネットノードはスムーズに実行されます.
8GB RAM is recommended1 for a node. Kiln recommends 10GB of RAM for example. The mainnet node in my Ubuntu 18.04 Baker/Node doesn't use up a lot of resources from the CPU. However, using an SSD is highly recommended. I at least have been getting a lot of "timed out" errors on the second node I run on an HDD. The mainnet node running on an SSD runs smooth.
-
かっこいいです.同じノードでベイカーとメインネットの両方を実行できると思います.16GBのRAMと500GBのHDDがあるので、1台のコンピューターで両方を実行すると、ベイカーのブロックが見つからないのではないかと心配していました.Thats cool, I guess I could run both my baker and my mainnet on the same node then since I have 16gb of ram and 500gb hdd, I was just worried about my baker missing block if I ran both on one computer.
- 0
- 2019-04-21
- Mack Baise
-
現在の実装では、HDDでtezosノードを再起動するのに非常に長い時間がかかる可能性があることに注意してください.ノードは、現在有効なヘッドを見つけるためにチェーンを通過する必要があります.ハードウェアによっては、これに最大30分以上かかる場合があります.Just be aware that restarting a tezos-node on a HDD might take a very long time with the current implementation. The node has to go through the chain to find the current valid head. This can take up to half an hour or more depending on the hardware.
- 1
- 2019-05-17
- Phlogi
-
メモリ使用量は改善されました/改善されますhttps://gitlab.com/nomadic-labs/tezos/commit/7dfb9b7fd387120389cc010d19f80e4022f08509ノード/ベイカー/エンドーサーをすべて同じシステムで実行している場合でも、8GBのRAMは依然として大きなやり過ぎです.Memory usage has been/will be improved https://gitlab.com/nomadic-labs/tezos/commit/7dfb9b7fd387120389cc010d19f80e4022f08509 8GB of RAM is still big overkill, even for running node/baker/endorser all on same system.
- 1
- 2019-07-08
- utdrmac
-
- 2019-06-06
ノードはDigitalOceanで実行します.私たちのノードは、2vCPU/2GB RAM/60GB SSD、4GBスワップです.この構成は6か月以上問題なく実行されています.以前は1vCPUで実行していましたが、多くのiowaitがありました.2番目のvCPUがそれを解決しました.SSDはほとんど必需品です.現時点では、4GBを超えるRAMまたは2つを超えるCPU/コアを超えるものはすべてやり過ぎです.よりスマートコントラクトが実行されている1〜2年以上後には、追加のCPU容量が必要になる可能性があります.
We run our node on Digital Ocean. Our nodes are 2vCPU/2GB RAM/60GB SSD with 4GB swap. We have been running this configuration for 6+ months with no issues. We used to run with 1vCPU, but had lots of iowait. A second vCPU solved that. SSD is almost a must-have. Anything over >4GB RAM or >2 CPUs/Cores is just overkill at this time. Maybe in 1-2+ years when there are more smart contracts running you'll need the additional CPU capacity.
-
先週のCPU使用率:https://i.imgur.com/bUebQzL.pngOur CPU usage for past week: https://i.imgur.com/bUebQzL.png
- 0
- 2019-06-06
- utdrmac
こんにちは、
tezosノードのハードウェア要件は何ですか?私はパン屋のために16ギガのRAMを備えた2コアCPUを持っています.ノードを実行するために購入するシングルボードコンピューターの種類を決定しようとしています.