fixed typo in db_faq.md (#4509)

This commit is contained in:
Luke Montgomery 2022-06-21 00:58:55 -07:00 committed by GitHub
parent daa84922d6
commit a11dadd012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ and [mdbx.h](https://github.com/torquem-ch/libmdbx/blob/master/mdbx.h)
### How RAM used
Erigon will use all available RAM, but this RAM will not belong to Eroigons process. OS will own all this
Erigon will use all available RAM, but this RAM will not belong to Erigons process. OS will own all this
memory. And OS will maintain hot part of DB in RAM. If OS will need RAM for other programs or for second Erigon instance
OS will manage all the work. This called PageCache. Erigon itself using under 2Gb. So, Erigon will benefit from more
RAM and will use all RAM without re-configuration. Same PageCache can be used by other processes if they run on same