diff options
| author | EuAndreh <eu@euandre.org> | 2025-12-03 18:19:40 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-12-03 18:19:42 -0300 |
| commit | e98077a139aa319c5335a8d3b2477c9d63604189 (patch) | |
| tree | 7d8eab7543de3f0355a86444129a93fa4287414f /etc | |
| parent | bin/transactor.in: Less verbose output (diff) | |
| download | datomic-e98077a139aa319c5335a8d3b2477c9d63604189.tar.gz datomic-e98077a139aa319c5335a8d3b2477c9d63604189.tar.xz | |
Disable valcache for transactor
Given that the transactor will run on top of SQLite, its disk IO for reads when
accessing the valcache is replaced by SQLite itself. In this topology, we don't
get any upside on enabling valcache for the transactor, and even loose
performance due to the cache IO competing with the database IO.
Peers can enable the valcache for themselves, if desired.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/transactor.properties.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/transactor.properties.tmpl b/etc/transactor.properties.tmpl index 0037c35..5b9ef47 100644 --- a/etc/transactor.properties.tmpl +++ b/etc/transactor.properties.tmpl @@ -6,9 +6,6 @@ sql-driver-class=org.sqlite.JDBC sql-url=jdbc:sqlite:@FILE@ data-dir=@TEMPDATADIR@ -valcache-path=@CACHEDIR@ -valcache-max-gb=@VALCACHESIZE@ - # 4GiB VM memory-index-threshold=32m memory-index-max=512m |
