Fork me on GitHub
#datomic
<
2020-04-27
>
PB14:04:32

Is there a correlation between datomic peer memory and datomic transactor memory?

stuarthalloway18:04:46

Hi @petr! What do you mean by correlation?

stuarthalloway18:04:16

The peers must follow the in-memory transaction stream for all databases they are connected to, which is up to the memory-index-max setting (on the tranactor(s)!)

stuarthalloway18:04:24

But processes can make independent choices about total JVM, object cache, etc. so long as they work within that rule. This is partially described at https://docs.datomic.com/on-prem/capacity.html#peer-memory.