mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
Add Docker Dual-Mode issue to Known Issues (#2090)
This commit is contained in:
parent
1e596b786d
commit
b8d06a0cd0
@ -301,3 +301,7 @@ If genesis sync passed, then it's fine to run multiple Erigon on same Disk.
|
||||
|
||||
Please read https://github.com/ledgerwatch/erigon/issues/1516#issuecomment-811958891
|
||||
In short: network-disks are bad for blocks execution - because blocks execution reading data from db non-parallel non-batched way.
|
||||
|
||||
### rpcdaemon "Dual-Mode" does not work with Docker Container
|
||||
|
||||
Running rpcdaemon in "Dual-Mode" (including the `--datadir` flag) generally results in better performance for RPC calls, however, this does not work when running erigon and rpcdaemon in separate containers. For the absolute best performance bare metal is recommended at this time.
|
||||
|
Loading…
Reference in New Issue
Block a user