good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b8d06a0c authored by Chase Wright's avatar Chase Wright Committed by GitHub
Browse files

Add Docker Dual-Mode issue to Known Issues (#2090)

parent 1e596b78
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment