Update db_faq.md

This commit is contained in:
Alex Sharov 2021-06-06 20:28:14 +07:00 committed by GitHub
parent 82b620f4f0
commit b0c9862ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,3 +40,8 @@ RAM and will use all RAM without re-configuration. Same PageCache can be used by
machine by just opening same DB file. For example if RPCDaemon started with —datadir option - it will open db of
Erigon and will use same PageCache (if data A already in RAM because its hot and RPCDaemon read it - then it read it
from RAM not from Disk). Shared memory.
This also means - if you restart Erigon - PageCache will stay alive. Because it doesnt belongs to Erigon.
After machine reboot - warmup takes ~10min - Erigon will getting faster during this time (but we dont have special code to warmup) - Erigon will just do usual work.